diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-23 07:49:44 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-23 07:50:06 -0700 |
commit | 931f00677dee11d687b99140d25e5373448e329c (patch) | |
tree | 4f830e18f35f6847e27fb445cf81326dddf1ef31 /src/keyboard.c | |
parent | 8b169764adfd47fea8dd696184e1ab61c63e5c82 (diff) | |
download | emacs-931f00677dee11d687b99140d25e5373448e329c.tar.gz |
* src/keyboard.c (last_timer_event): Remove unused var.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 3 |
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) 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). */ |