Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
045b83c0
Commit
045b83c0
authored
Nov 10, 2009
by
Stefan Monnier
Browse files
(Fx_popup_menu) [HAVE_NS]: Remove unused vars.
parent
693737cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/ChangeLog
src/ChangeLog
+4
-0
src/menu.c
src/menu.c
+0
-5
No files found.
src/ChangeLog
View file @
045b83c0
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.
...
...
src/menu.c
View file @
045b83c0
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment