# HG changeset patch # User Eli Zaretskii # Date 978444599 0 # Node ID ef18b363abe374b18ccf9e82ed1c0fbae523e032 # Parent c0953f8a8dffcf288e4bce0da822f7c0ee7cbbd5 (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'. diff -r c0953f8a8dff -r ef18b363abe3 src/keyboard.c --- a/src/keyboard.c Tue Jan 02 14:08:59 2001 +0000 +++ b/src/keyboard.c Tue Jan 02 14:09:59 2001 +0000 @@ -2913,8 +2913,6 @@ 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 @@ if (NILP (obj)) { - int idx; - obj = make_lispy_event (event); #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) @@ -6256,7 +6252,7 @@ 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;