From 931f00677dee11d687b99140d25e5373448e329c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 23 Jun 2015 07:49:44 -0700 Subject: [PATCH] * src/keyboard.c (last_timer_event): Remove unused var. --- src/keyboard.c | 3 --- 1 file changed, 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). */ -- 2.39.5