aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-11-16 00:18:54 +0000
committerJörg Mayer <jmayer@loplof.de>2010-11-16 00:18:54 +0000
commit3f62247f780af8e0e85a3acf4873b31f39f8df12 (patch)
tree3ec3dbe25800c68c8d150c702223a8242dce17b8
parentc52500588ead41d298cec80e3299d74f9a677735 (diff)
Another unused function with MAIN_MENU_USE_UIMANAGER
svn path=/trunk/; revision=34895
-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 */