X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.c;h=f79d8c8aa3027394a15513ba8dfce72a36c6ccac;hp=79a3d7e42f7195c65d1874ccb956669cf34488e6;hb=7174944008f0156b6ce0c10dcf530b8444e8be33;hpb=efc6071b3fcbad4b2de9446a8d7ee0e0db568134 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);