1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00

* keyboard.c (make_lispy_event): Remove unused local var.

This commit is contained in:
Paul Eggert 2011-04-16 01:37:21 -07:00
parent 018c5e19a5
commit 39261c266b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
* keyboard.c (make_lispy_event): Remove unused local var.
* frame.c, frame.h (x_get_resource_string): Bring this back, but
only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.

View File

@ -5455,7 +5455,6 @@ make_lispy_event (struct input_event *event)
&& (event->modifiers & down_modifier))
{
Lisp_Object items, item;
int i;
/* Find the menu bar item under `column'. */
item = Qnil;