diff options
| author | Paul Eggert | 2016-01-26 07:41:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-26 07:42:54 -0800 |
| commit | b4c7b510ae46a65fa6a13fa397209c0241386c1f (patch) | |
| tree | 96c5a2908290b96283f7db81e3a8c96cb3a67191 /src/keyboard.h | |
| parent | ad879b7f7e049160c45361fe8a12580801ba035b (diff) | |
| download | emacs-b4c7b510ae46a65fa6a13fa397209c0241386c1f.tar.gz emacs-b4c7b510ae46a65fa6a13fa397209c0241386c1f.zip | |
Remove never-set var handle_user_signal_hook
* src/keyboard.c, src/keyboard.h (handle_user_signal_hook):
Remove never-set var. All uses removed.
Diffstat (limited to 'src/keyboard.h')
| -rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 55667bfb17c..7f95f11bc10 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -415,8 +415,6 @@ extern void unuse_menu_items (void); | |||
| 415 | #define EVENT_HEAD_KIND(event_head) \ | 415 | #define EVENT_HEAD_KIND(event_head) \ |
| 416 | (Fget ((event_head), Qevent_kind)) | 416 | (Fget ((event_head), Qevent_kind)) |
| 417 | 417 | ||
| 418 | extern void (*handle_user_signal_hook) (int); | ||
| 419 | |||
| 420 | /* True while doing kbd input. */ | 418 | /* True while doing kbd input. */ |
| 421 | extern bool waiting_for_input; | 419 | extern bool waiting_for_input; |
| 422 | 420 | ||