aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.h')
-rw-r--r--src/menu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/menu.h b/src/menu.h
index 643ff40fef8..30a89bead26 100644
--- a/src/menu.h
+++ b/src/menu.h
@@ -54,9 +54,6 @@ extern widget_value *make_widget_value (const char *, char *, bool, Lisp_Object)
54extern widget_value *digest_single_submenu (int, int, bool); 54extern widget_value *digest_single_submenu (int, int, bool);
55#endif 55#endif
56 56
57#ifdef HAVE_X_WINDOWS
58extern void mouse_position_for_popup (struct frame *f, int *x, int *y);
59#endif
60#if defined (HAVE_X_WINDOWS) || defined (MSDOS) 57#if defined (HAVE_X_WINDOWS) || defined (MSDOS)
61extern Lisp_Object x_menu_show (struct frame *, int, int, int, 58extern Lisp_Object x_menu_show (struct frame *, int, int, int,
62 Lisp_Object, const char **); 59 Lisp_Object, const char **);