aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-06-23 07:49:44 -0700
committerPaul Eggert2015-06-23 07:50:06 -0700
commit931f00677dee11d687b99140d25e5373448e329c (patch)
tree4f830e18f35f6847e27fb445cf81326dddf1ef31 /src
parent8b169764adfd47fea8dd696184e1ab61c63e5c82 (diff)
downloademacs-931f00677dee11d687b99140d25e5373448e329c.tar.gz
emacs-931f00677dee11d687b99140d25e5373448e329c.zip
* src/keyboard.c (last_timer_event): Remove unused var.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 0 insertions, 3 deletions
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)
4372 timer_idleness_start_time = timer_last_idleness_start_time; 4372 timer_idleness_start_time = timer_last_idleness_start_time;
4373} 4373}
4374 4374
4375/* This is only for debugging. */
4376struct input_event last_timer_event EXTERNALLY_VISIBLE;
4377
4378/* List of elisp functions to call, delayed because they were generated in 4375/* List of elisp functions to call, delayed because they were generated in
4379 a context where Elisp could not be safely run (e.g. redisplay, signal, 4376 a context where Elisp could not be safely run (e.g. redisplay, signal,
4380 ...). Each element has the form (FUN . ARGS). */ 4377 ...). Each element has the form (FUN . ARGS). */