mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
(waiting_for_input): Remove unnecessary prototype.
This commit is contained in:
parent
61851c0e95
commit
b81b3da346
@ -229,8 +229,6 @@ struct mac_display_info one_mac_display_info;
|
||||
|
||||
extern struct frame *updating_frame;
|
||||
|
||||
extern int waiting_for_input;
|
||||
|
||||
/* This is a frame waiting to be auto-raised, within XTread_socket. */
|
||||
|
||||
struct frame *pending_autoraise_frame;
|
||||
|
@ -274,8 +274,6 @@ Lisp_Object x_display_name_list;
|
||||
|
||||
extern struct frame *updating_frame;
|
||||
|
||||
extern int waiting_for_input;
|
||||
|
||||
/* This is a frame waiting to be auto-raised, within XTread_socket. */
|
||||
|
||||
struct frame *pending_autoraise_frame;
|
||||
|
Loading…
Reference in New Issue
Block a user