From: Paul Eggert Date: Tue, 23 Jun 2015 14:49:44 +0000 (-0700) Subject: * src/keyboard.c (last_timer_event): Remove unused var. X-Git-Tag: emacs-25.0.90~1667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=931f00677dee11d687b99140d25e5373448e329c;p=emacs.git * src/keyboard.c (last_timer_event): Remove unused var. --- diff --git a/src/keyboard.c b/src/keyboard.c index 9f42ad1fb0f..7bfc3f35220 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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). */