Remove of an false warning.
authorPeter Csaszar <pcsaszar@blumsoft.eu>
Fri, 3 Aug 2007 10:22:59 +0000 (10:22 +0000)
committerPeter Csaszar <pcsaszar@blumsoft.eu>
Fri, 3 Aug 2007 10:22:59 +0000 (10:22 +0000)
pmo-trunk-r2922

src/modest-mail-operation.c

index bcc5ef4..5c2e1c2 100644 (file)
@@ -2676,9 +2676,6 @@ modest_mail_operation_notify_end (ModestMailOperation *self)
        /* We do not wrapp this emission because we assume that this
           function is always called from within the main lock */
        state = modest_mail_operation_clone_state (self);
-       g_warning ("EXAMINE SITUATION: "
-                       "self might be NULL after this function (%s) returns",
-                       __FUNCTION__);
        g_signal_emit (G_OBJECT (self), signals[PROGRESS_CHANGED_SIGNAL], 0, state, NULL);
        g_slice_free (ModestMailOperationState, state);
 }