1
0
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:
Pavel Janík 2001-11-16 22:52:13 +00:00
parent 61851c0e95
commit b81b3da346
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;