1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 22:20:52 -08:00

(Fx_popup_menu) [HAVE_NS]: Remove unused vars.

This commit is contained in:
Stefan Monnier 2009-11-10 18:07:09 +00:00
parent 693737cdfd
commit 045b83c00a
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
* menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
* xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.

View file

@ -1073,11 +1073,6 @@ no quit occurs and `x-popup-menu' returns nil. */)
int specpdl_count = SPECPDL_INDEX ();
Lisp_Object timestamp = Qnil;
struct gcpro gcpro1;
#ifdef HAVE_NS
EmacsMenu *pmenu;
int specpdl_count2;
widget_value *wv, *first_wv = 0;
#endif
#ifdef HAVE_NS
NSTRACE (ns_popup_menu);