diff src/xmenu.c @ 97198:cf43f4e3ecc8

clear warnings and clean up NS port
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 01 Aug 2008 14:01:08 +0000
parents 864ac210d576
children ba4a6844b73c
line wrap: on
line diff
--- a/src/xmenu.c	Fri Aug 01 12:56:49 2008 +0000
+++ b/src/xmenu.c	Fri Aug 01 14:01:08 2008 +0000
@@ -146,11 +146,6 @@
 
 static int next_menubar_widget_id;
 
-#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
-extern widget_value *xmalloc_widget_value P_ ((void));
-extern widget_value *digest_single_submenu P_ ((int, int, int));
-#endif
-
 /* This is set nonzero after the user activates the menu bar, and set
    to zero again after the menu bars are redisplayed by prepare_menu_bar.
    While it is nonzero, all calls to set_frame_menubar go deep.