diff options
| author | Kim F. Storm | 2004-10-09 23:25:00 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-10-09 23:25:00 +0000 |
| commit | 6db372644954f222879658b242f3eb35dc11a514 (patch) | |
| tree | 2c1823d8ea240e6403479548c665ca4381ce1e73 /src | |
| parent | 5c12e63f92556f30b3cb182c2dbfa0a0d7046545 (diff) | |
| download | emacs-6db372644954f222879658b242f3eb35dc11a514.tar.gz emacs-6db372644954f222879658b242f3eb35dc11a514.zip | |
(timer_start_idle, timer_stop_idle): Remove prototypes.
Diffstat (limited to 'src')
| -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 4e14257359f..08cb934d3fe 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -326,8 +326,6 @@ extern void swallow_events P_ ((int)); | |||
| 326 | extern int help_char_p P_ ((Lisp_Object)); | 326 | extern int help_char_p P_ ((Lisp_Object)); |
| 327 | extern void quit_throw_to_read_char P_ ((void)) NO_RETURN; | 327 | extern void quit_throw_to_read_char P_ ((void)) NO_RETURN; |
| 328 | extern void cmd_error_internal P_ ((Lisp_Object, char *)); | 328 | extern void cmd_error_internal P_ ((Lisp_Object, char *)); |
| 329 | extern void timer_start_idle P_ ((void)); | ||
| 330 | extern void timer_stop_idle P_ ((void)); | ||
| 331 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); | 329 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); |
| 332 | extern void kbd_buffer_store_event P_ ((struct input_event *)); | 330 | extern void kbd_buffer_store_event P_ ((struct input_event *)); |
| 333 | extern void kbd_buffer_store_event_hold P_ ((struct input_event *, | 331 | extern void kbd_buffer_store_event_hold P_ ((struct input_event *, |