mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * src/keyboard.c (make_lispy_event): Remove unused variable.
This commit is contained in:
parent
a9018ee498
commit
238c2dc3b6
|
|
@ -6925,7 +6925,7 @@ make_lispy_event (struct input_event *event)
|
|||
Lisp_Object x, y, id, position;
|
||||
struct frame *f = XFRAME (event->frame_or_window);
|
||||
#if defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR
|
||||
int column, row, dummy;
|
||||
int column, row;
|
||||
#endif /* defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR */
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
int tab_bar_item;
|
||||
|
|
|
|||
Loading…
Reference in a new issue