From: Paul Eggert Date: Sun, 14 Apr 2013 20:33:57 +0000 (-0700) Subject: * keyboard.c (timer_start_idle): Remove no-longer-used local. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e3379a08bd734e1419fc6d968dde83e80ea0930;p=emacs.git * keyboard.c (timer_start_idle): Remove no-longer-used local. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2d6fda4fec7..5c0e26760c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-04-14 Paul Eggert + + * keyboard.c (timer_start_idle): Remove no-longer-used local. + 2013-04-14 Eli Zaretskii * buffer.c (syms_of_buffer) 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) static void timer_start_idle (void) { - Lisp_Object timers; - /* If we are already in the idle state, do nothing. */ if (EMACS_TIME_VALID_P (timer_idleness_start_time)) return;