aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32menu.c')
-rw-r--r--src/w32menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 72e0cab2ce8..7a946d2dc75 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -98,8 +98,6 @@ AppendMenuW_Proc unicode_append_menu = NULL;
98MessageBoxW_Proc unicode_message_box = NULL; 98MessageBoxW_Proc unicode_message_box = NULL;
99#endif /* NTGUI_UNICODE */ 99#endif /* NTGUI_UNICODE */
100 100
101Lisp_Object Qdebug_on_next_call, Qunsupported__w32_dialog;
102
103void set_frame_menubar (struct frame *, bool, bool); 101void set_frame_menubar (struct frame *, bool, bool);
104 102
105#ifdef HAVE_DIALOGS 103#ifdef HAVE_DIALOGS