From aebfea6874d93550202b2693e5031ffc56041f7f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 2 Jan 2001 14:09:59 +0000 Subject: [PATCH] (record_char): Remove unused function-scope variable `help'. (kbd_buffer_get_event): Remove unused block-scope variable `idx'. (menu_bar_items): Remove unused function-scope variable `tem'. --- src/keyboard.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index 15bb56a22ee..9fb91b1229e 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2913,8 +2913,6 @@ static void record_char (c) Lisp_Object c; { - Lisp_Object help; - /* Don't record `help-echo' in recent_keys unless it shows some help message, and a different help than the previoiusly recorded event. */ @@ -3672,8 +3670,6 @@ kbd_buffer_get_event (kbp, used_mouse_menu) if (NILP (obj)) { - int idx; - obj = make_lispy_event (event); #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) @@ -6256,7 +6252,7 @@ menu_bar_items (old) in the current keymaps, or nil where it is not a prefix. */ Lisp_Object *maps; - Lisp_Object def, tem, tail; + Lisp_Object def, tail; Lisp_Object result; -- 2.39.5