aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-16 00:18:54 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-16 00:18:54 +0000
commit5d12314cbe9181e8e302c913d818c274d623858a (patch)
tree3ec3dbe25800c68c8d150c702223a8242dce17b8 /gtk
parentf7ec19bdd309a66ff9f5e10575b6dec178dbf93d (diff)
Another unused function with MAIN_MENU_USE_UIMANAGER
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34895 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/menus.c2
1 files changed, 1 insertions, 1 deletions
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 */