aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorPaul Eggert2013-04-14 13:33:57 -0700
committerPaul Eggert2013-04-14 13:33:57 -0700
commit9e3379a08bd734e1419fc6d968dde83e80ea0930 (patch)
treeed73b4e0c52c7f40d2ba060927ba849e78a57cf6 /src/keyboard.c
parentddd6b68524ba1f957e2f8ddd76eb23e641429b58 (diff)
downloademacs-9e3379a08bd734e1419fc6d968dde83e80ea0930.tar.gz
emacs-9e3379a08bd734e1419fc6d968dde83e80ea0930.zip
* keyboard.c (timer_start_idle): Remove no-longer-used local.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 12407bd536c..39591569bf8 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4188,8 +4188,6 @@ swallow_events (bool do_display)
4188static void 4188static void
4189timer_start_idle (void) 4189timer_start_idle (void)
4190{ 4190{
4191 Lisp_Object timers;
4192
4193 /* If we are already in the idle state, do nothing. */ 4191 /* If we are already in the idle state, do nothing. */
4194 if (EMACS_TIME_VALID_P (timer_idleness_start_time)) 4192 if (EMACS_TIME_VALID_P (timer_idleness_start_time))
4195 return; 4193 return;