]> git.eshelyaron.com Git - emacs.git/commitdiff
(record_char): Remove unused function-scope variable
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 14:09:59 +0000 (14:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 14:09:59 +0000 (14:09 +0000)
`help'.
(kbd_buffer_get_event): Remove unused block-scope variable `idx'.
(menu_bar_items): Remove unused function-scope variable `tem'.

src/keyboard.c

index 15bb56a22eebd83f08182a2121465fd32b8a55cb..9fb91b1229e0c5213782fd6cf0fc110fa062ce85 100644 (file)
@@ -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;