projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b16976
)
* src/keyboard.c (last_timer_event): Remove unused var.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 23 Jun 2015 14:49:44 +0000
(07:49 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 23 Jun 2015 14:50:06 +0000
(07:50 -0700)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 9f42ad1fb0f5cf882865fde2f224d924e5236901..7bfc3f35220dd57ad01faf60f4ea1ca9cbc1d046 100644
(file)
--- 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). */