* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.
[bpt/emacs.git] / src / term.c
index aa0be98..f38deb8 100644 (file)
@@ -3582,6 +3582,9 @@ tty_menu_new_item_coords (struct frame *f, int which, int *x, int *y)
     }
 }
 
+#ifndef HAVE_NTGUI
+static
+#endif
 Lisp_Object
 tty_menu_show (struct frame *f, int x, int y, int menuflags,
               Lisp_Object title, const char **error_name)