aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2025-12-09 09:49:23 +0800
committerPo Lu2025-12-09 09:49:23 +0800
commit238c2dc3b65dac13bfdf6759a8141d8b645bb1ed (patch)
tree39aa6eb5269765a0a539994ffc46f5619f6b0062 /src
parenta9018ee4986e4b01ac837a6430969f7481188960 (diff)
downloademacs-238c2dc3b65dac13bfdf6759a8141d8b645bb1ed.tar.gz
emacs-238c2dc3b65dac13bfdf6759a8141d8b645bb1ed.zip
; * src/keyboard.c (make_lispy_event): Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 8ba9acd6ccc..776b87bde73 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6925,7 +6925,7 @@ make_lispy_event (struct input_event *event)
6925 Lisp_Object x, y, id, position; 6925 Lisp_Object x, y, id, position;
6926 struct frame *f = XFRAME (event->frame_or_window); 6926 struct frame *f = XFRAME (event->frame_or_window);
6927#if defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR 6927#if defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR
6928 int column, row, dummy; 6928 int column, row;
6929#endif /* defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR */ 6929#endif /* defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR */
6930#ifdef HAVE_WINDOW_SYSTEM 6930#ifdef HAVE_WINDOW_SYSTEM
6931 int tab_bar_item; 6931 int tab_bar_item;