From: Sergio Villar Senin Date: Mon, 9 Feb 2009 11:03:52 +0000 (+0000) Subject: * Fixed a compilation warning X-Git-Tag: git_migration_finished~643 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=82416b4e16ccb7f40304192ae58c0469781c63fe * Fixed a compilation warning pmo-trunk-r7422 --- diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index a1b41a4..e1dc2ff 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -5831,13 +5831,6 @@ modest_ui_actions_on_edit_mode_move_to (ModestWindow *win) main_window = MODEST_MAIN_WINDOW (modest_window_mgr_get_main_window (modest_runtime_get_window_mgr (), FALSE)); /* don't create */ - - /* Get the folder view widget if exists */ - if (main_window) - folder_view = modest_main_window_get_child_widget (main_window, - MODEST_MAIN_WINDOW_WIDGET_TYPE_FOLDER_VIEW); - else - folder_view = NULL; #endif list_to_move = modest_platform_get_list_to_move (MODEST_WINDOW (win));