diff options
| author | Adrian Robert | 2008-08-01 14:01:08 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-01 14:01:08 +0000 |
| commit | 150349607cf648e78d34aa16ef1d43d774bc6044 (patch) | |
| tree | 7d57cf5f3e5163c7ea3019b9527409df771efe42 /src/xmenu.c | |
| parent | 27ec92c98304e2b61dc20a1db65972b0eb00d4cc (diff) | |
| download | emacs-150349607cf648e78d34aa16ef1d43d774bc6044.tar.gz emacs-150349607cf648e78d34aa16ef1d43d774bc6044.zip | |
clear warnings and clean up NS port
Diffstat (limited to 'src/xmenu.c')
| -rw-r--r-- | src/xmenu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index c89fe86e3da..199b19baec9 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -146,11 +146,6 @@ static int popup_activated_flag; | |||
| 146 | 146 | ||
| 147 | static int next_menubar_widget_id; | 147 | static int next_menubar_widget_id; |
| 148 | 148 | ||
| 149 | #if defined (USE_X_TOOLKIT) || defined (USE_GTK) | ||
| 150 | extern widget_value *xmalloc_widget_value P_ ((void)); | ||
| 151 | extern widget_value *digest_single_submenu P_ ((int, int, int)); | ||
| 152 | #endif | ||
| 153 | |||
| 154 | /* This is set nonzero after the user activates the menu bar, and set | 149 | /* This is set nonzero after the user activates the menu bar, and set |
| 155 | to zero again after the menu bars are redisplayed by prepare_menu_bar. | 150 | to zero again after the menu bars are redisplayed by prepare_menu_bar. |
| 156 | While it is nonzero, all calls to set_frame_menubar go deep. | 151 | While it is nonzero, all calls to set_frame_menubar go deep. |