Mercurial > emacs
changeset 41162:7e221442bb45
(clear_waiting_for_input): Remove duplicated prototype.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 16 Nov 2001 22:50:09 +0000 |
parents | e72cd74733bb |
children | c8f21aec2f62 |
files | src/keyboard.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Fri Nov 16 21:10:58 2001 +0000 +++ b/src/keyboard.h Fri Nov 16 22:50:09 2001 +0000 @@ -311,7 +311,6 @@ 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));