mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue