From: Sergio Villar Senin Date: Thu, 24 May 2007 08:20:35 +0000 (+0000) Subject: * Removed an invalid comment X-Git-Tag: git_migration_finished~3520 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6da3c27d0ac2baf2c1c13b846d0c609b8a48c582 * Removed an invalid comment pmo-trunk-r1966 --- diff --git a/src/widgets/modest-folder-view.c b/src/widgets/modest-folder-view.c index 7e1cff1..6df05de 100644 --- a/src/widgets/modest-folder-view.c +++ b/src/widgets/modest-folder-view.c @@ -707,12 +707,10 @@ filter_row (GtkTreeModel *model, /* TODO: Merge the folders before we get to this point? */ /* Show only the visible account id */ - /* ModestFolderViewPrivate *priv = MODEST_FOLDER_VIEW_GET_PRIVATE (data); if (priv->visible_account_id && strcmp (account_id, priv->visible_account_id)) retval = FALSE; - */ } } }