mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Remove redundant declarations from keyboard.h that are now in lisp.h
* src/keyboard.h (process_pending_signals) (pending_signals): Remove declarations.
This commit is contained in:
parent
a8b713d83a
commit
806a121007
@ -486,8 +486,6 @@ extern bool kbd_buffer_events_waiting (void);
|
||||
extern void add_user_signal (int, const char *);
|
||||
|
||||
extern int tty_read_avail_input (struct terminal *, struct input_event *);
|
||||
extern bool volatile pending_signals;
|
||||
extern void process_pending_signals (void);
|
||||
extern struct timespec timer_check (void);
|
||||
extern void mark_kboards (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user