From 5d12314cbe9181e8e302c913d818c274d623858a Mon Sep 17 00:00:00 2001 From: jmayer Date: Tue, 16 Nov 2010 00:18:54 +0000 Subject: Another unused function with MAIN_MENU_USE_UIMANAGER git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34895 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/menus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/menus.c b/gtk/menus.c index 4b444a4bb5..f01573b8c3 100644 --- a/gtk/menus.c +++ b/gtk/menus.c @@ -4528,7 +4528,6 @@ remove_menu_recent_capture_filename(gchar *cf_name) { update_menu_recent_capture_file(submenu_recent_files); } -#endif /* remove the capture filename from the "Recent Files" menu */ static void @@ -4554,6 +4553,7 @@ remove_menu_recent_capture_file(GtkWidget *widget, gpointer unused _U_) { will that free the label? */ gtk_container_remove(GTK_CONTAINER(submenu_recent_files), widget); } +#endif #ifdef MAIN_MENU_USE_UIMANAGER /* Add a file name to the top of the list, if its allrady present remove it first */ -- cgit v1.2.3