diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-16 22:50:09 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-16 22:50:09 +0000 |
commit | c43fc1b91a9f86ac51bd642a49608b69c0f363de (patch) | |
tree | e197046249cbf18575ce8119d0706bac5c37b4bb /src/keyboard.h | |
parent | b2537dfac3e07fe2a6db4e32562ee69cf351818d (diff) | |
download | emacs-c43fc1b91a9f86ac51bd642a49608b69c0f363de.tar.gz |
(clear_waiting_for_input): Remove duplicated prototype.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 625f40c94d7..34011b07757 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -311,7 +311,6 @@ extern void single_kboard_state P_ ((void)); extern void push_frame_kboard P_ ((struct frame *)); extern void pop_frame_kboard P_ ((void)); extern void record_asynch_buffer_change P_ ((void)); -extern void clear_waiting_for_input P_ ((void)); extern SIGTYPE input_poll_signal P_ ((int)); extern void start_polling P_ ((void)); extern void stop_polling P_ ((void)); |