Removed an invalid comment
authorSergio Villar Senin <svillar@igalia.com>
Thu, 30 Oct 2008 10:00:01 +0000 (10:00 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 30 Oct 2008 10:00:01 +0000 (10:00 +0000)
pmo-trunk-r6185

src/modest-mail-operation.c

index 79a3d7e..f79d8c8 100644 (file)
@@ -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);