aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-10-09 23:25:00 +0000
committerKim F. Storm2004-10-09 23:25:00 +0000
commit6db372644954f222879658b242f3eb35dc11a514 (patch)
tree2c1823d8ea240e6403479548c665ca4381ce1e73 /src
parent5c12e63f92556f30b3cb182c2dbfa0a0d7046545 (diff)
downloademacs-6db372644954f222879658b242f3eb35dc11a514.tar.gz
emacs-6db372644954f222879658b242f3eb35dc11a514.zip
(timer_start_idle, timer_stop_idle): Remove prototypes.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h2
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));
326extern int help_char_p P_ ((Lisp_Object)); 326extern int help_char_p P_ ((Lisp_Object));
327extern void quit_throw_to_read_char P_ ((void)) NO_RETURN; 327extern void quit_throw_to_read_char P_ ((void)) NO_RETURN;
328extern void cmd_error_internal P_ ((Lisp_Object, char *)); 328extern void cmd_error_internal P_ ((Lisp_Object, char *));
329extern void timer_start_idle P_ ((void));
330extern void timer_stop_idle P_ ((void));
331extern int lucid_event_type_list_p P_ ((Lisp_Object)); 329extern int lucid_event_type_list_p P_ ((Lisp_Object));
332extern void kbd_buffer_store_event P_ ((struct input_event *)); 330extern void kbd_buffer_store_event P_ ((struct input_event *));
333extern void kbd_buffer_store_event_hold P_ ((struct input_event *, 331extern void kbd_buffer_store_event_hold P_ ((struct input_event *,