]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keyboard.c (last_timer_event): Remove unused var.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jun 2015 14:49:44 +0000 (07:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jun 2015 14:50:06 +0000 (07:50 -0700)
src/keyboard.c

index 9f42ad1fb0f5cf882865fde2f224d924e5236901..7bfc3f35220dd57ad01faf60f4ea1ca9cbc1d046 100644 (file)
@@ -4372,9 +4372,6 @@ timer_resume_idle (void)
   timer_idleness_start_time = timer_last_idleness_start_time;
 }
 
-/* This is only for debugging.  */
-struct input_event last_timer_event EXTERNALLY_VISIBLE;
-
 /* List of elisp functions to call, delayed because they were generated in
    a context where Elisp could not be safely run (e.g. redisplay, signal,
    ...).  Each element has the form (FUN . ARGS).  */