aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_menubar.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-09-25 21:19:45 +0000
committerJörg Mayer <jmayer@loplof.de>2011-09-25 21:19:45 +0000
commit420acb2fba82e515b54f0e2da4a4aa8054e7e705 (patch)
tree5ba23b8070f84746cfba469999a1d86e47adea7e /gtk/main_menubar.c
parentc3d02e4b57659e16beb9230257fc159c8bc5efbe (diff)
We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code using
the old ways except the proto_help.c file, which is kept for now in case someone is willing to reimplement the help menus using non-deprecated methods. svn path=/trunk/; revision=39137
Diffstat (limited to 'gtk/main_menubar.c')
-rw-r--r--gtk/main_menubar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/main_menubar.c b/gtk/main_menubar.c
index 05452c3cc0..3d046515c6 100644
--- a/gtk/main_menubar.c
+++ b/gtk/main_menubar.c
@@ -25,7 +25,6 @@
# include "config.h"
#endif
-#ifdef MAIN_MENU_USE_UIMANAGER
#include <gtk/gtk.h>
#include <stdio.h>
@@ -5492,4 +5491,4 @@ void set_menus_for_profiles(gboolean default_profile)
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/
-#endif /* MAIN_MENU_USE_UIMANAGER */
+