emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 931f006: * src/keyboard.c (last_timer_event): Remov


From: Paul Eggert
Subject: [Emacs-diffs] master 931f006: * src/keyboard.c (last_timer_event): Remove unused var.
Date: Tue, 23 Jun 2015 14:50:13 +0000

branch: master
commit 931f00677dee11d687b99140d25e5373448e329c
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/keyboard.c (last_timer_event): Remove unused var.
---
 src/keyboard.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 9f42ad1..7bfc3f3 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).  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]