From: Sergio Villar Senin Date: Thu, 30 Oct 2008 10:00:01 +0000 (+0000) Subject: Removed an invalid comment X-Git-Tag: git_migration_finished~1083 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=7174944008f0156b6ce0c10dcf530b8444e8be33;hp=efc6071b3fcbad4b2de9446a8d7ee0e0db568134 Removed an invalid comment pmo-trunk-r6185 --- diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 79a3d7e..f79d8c8 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -601,11 +601,6 @@ modest_mail_operation_clone_state (ModestMailOperation *self) ModestMailOperationState *state; ModestMailOperationPrivate *priv; - /* FIXME: this should be fixed properly - * - * in some cases, priv was NULL, so checking here to - * make sure. - */ g_return_val_if_fail (self, NULL); priv = MODEST_MAIL_OPERATION_GET_PRIVATE (self); g_return_val_if_fail (priv, NULL);