]> git.eshelyaron.com Git - emacs.git/commitdiff
(polling_for_input): Removed.
authorGerd Moellmann <gerd@gnu.org>
Tue, 25 Jan 2000 15:52:54 +0000 (15:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 25 Jan 2000 15:52:54 +0000 (15:52 +0000)
src/keyboard.h

index 221695888503a37bbe09980d2c77d6d159728994..0474c0404b7e400aae666c152219f427d68b88f1 100644 (file)
@@ -189,9 +189,6 @@ extern int num_nonmacro_input_events;
 /* Nonzero means polling for input is temporarily suppressed.  */
 extern int poll_suppress_count;
 
-/* Nonzero if polling_for_input is actually being used.  */
-extern int polling_for_input;
-
 /* Keymap mapping ASCII function key sequences onto their preferred forms.
    Initialized by the terminal-specific lisp files.  */
 extern Lisp_Object Vfunction_key_map;