Mercurial > emacs
changeset 27424:b696009c6586
(polling_for_input): Removed.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 25 Jan 2000 15:52:54 +0000 |
parents | c3199813ea4d |
children | e575223479a1 |
files | src/keyboard.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Tue Jan 25 15:52:34 2000 +0000 +++ b/src/keyboard.h Tue Jan 25 15:52:54 2000 +0000 @@ -189,9 +189,6 @@ /* 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;