summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emacs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 6ddd37f24de..3480a4d40e5 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -896,9 +896,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
syms_of_xfaces ();
#endif
-#ifdef HAVE_MENUS
syms_of_xmenu ();
-#endif /* HAVE_MENUS */
#ifdef HAVE_NTGUI
syms_of_win32term ();