* keyboard.c (timer_start_idle): Remove no-longer-used local.

This commit is contained in:
Paul Eggert 2013-04-14 13:33:57 -07:00
parent ddd6b68524
commit 9e3379a08b
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-04-14 Paul Eggert <eggert@cs.ucla.edu>
* keyboard.c (timer_start_idle): Remove no-longer-used local.
2013-04-14 Eli Zaretskii <eliz@gnu.org>
* buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>

View file

@ -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;