diff options
| author | Eli Zaretskii | 2001-01-02 14:09:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-02 14:09:59 +0000 |
| commit | aebfea6874d93550202b2693e5031ffc56041f7f (patch) | |
| tree | fffbfc32f178e478d56b682679e4195b2882ea4e /src | |
| parent | 4644f589401c5907b1a487ac8e6ec8481a6d2d6f (diff) | |
| download | emacs-aebfea6874d93550202b2693e5031ffc56041f7f.tar.gz emacs-aebfea6874d93550202b2693e5031ffc56041f7f.zip | |
(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'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 6 |
1 files changed, 1 insertions, 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 | |||
| 2913 | record_char (c) | 2913 | record_char (c) |
| 2914 | Lisp_Object c; | 2914 | Lisp_Object c; |
| 2915 | { | 2915 | { |
| 2916 | Lisp_Object help; | ||
| 2917 | |||
| 2918 | /* Don't record `help-echo' in recent_keys unless it shows some help | 2916 | /* Don't record `help-echo' in recent_keys unless it shows some help |
| 2919 | message, and a different help than the previoiusly recorded | 2917 | message, and a different help than the previoiusly recorded |
| 2920 | event. */ | 2918 | event. */ |
| @@ -3672,8 +3670,6 @@ kbd_buffer_get_event (kbp, used_mouse_menu) | |||
| 3672 | 3670 | ||
| 3673 | if (NILP (obj)) | 3671 | if (NILP (obj)) |
| 3674 | { | 3672 | { |
| 3675 | int idx; | ||
| 3676 | |||
| 3677 | obj = make_lispy_event (event); | 3673 | obj = make_lispy_event (event); |
| 3678 | 3674 | ||
| 3679 | #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) | 3675 | #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) |
| @@ -6256,7 +6252,7 @@ menu_bar_items (old) | |||
| 6256 | in the current keymaps, or nil where it is not a prefix. */ | 6252 | in the current keymaps, or nil where it is not a prefix. */ |
| 6257 | Lisp_Object *maps; | 6253 | Lisp_Object *maps; |
| 6258 | 6254 | ||
| 6259 | Lisp_Object def, tem, tail; | 6255 | Lisp_Object def, tail; |
| 6260 | 6256 | ||
| 6261 | Lisp_Object result; | 6257 | Lisp_Object result; |
| 6262 | 6258 | ||