From 7174944008f0156b6ce0c10dcf530b8444e8be33 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 30 Oct 2008 10:00:01 +0000 Subject: [PATCH 1/1] Removed an invalid comment pmo-trunk-r6185 --- src/modest-mail-operation.c | 5 ----- 1 file changed, 5 deletions(-) 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); -- 1.7.9.5