XEmacs 21.2.20 "Yoko".
[chise/xemacs-chise.git.1] / src / cmdloop.c
index 5c3d8a6..4d0cab8 100644 (file)
@@ -40,9 +40,6 @@ Boston, MA 02111-1307, USA.  */
 /* Current depth in recursive edits.  */
 int command_loop_level;
 
-/* Total number of times command_loop has read a key sequence.  */
-int num_input_keys;
-
 #ifndef LISP_COMMAND_LOOP
 /* Form to evaluate (if non-nil) when Emacs is started.  */
 Lisp_Object Vtop_level;