* Added some missing signal disconnections
[modest] / src / widgets / modest-account-view.c
index bfe7950..5fd4710 100644 (file)
@@ -199,9 +199,6 @@ update_account_view (ModestAccountMgr *account_mgr, ModestAccountView *view)
         * current use instead */
        cursor = account_names = modest_account_mgr_account_names (account_mgr,
                TRUE /* only enabled accounts. */);
-       
-       if (!account_names)
-               g_warning ("debug: modest_account_mgr_account_names() returned  NULL\n");
 
        while (cursor) {
                gchar *account_name;