From: Pavel Janík Date: Sat, 23 Feb 2002 16:28:28 +0000 (+0000) Subject: (enter_timestamp): Remove unused static variable to prevent warning. X-Git-Tag: ttn-vms-21-2-B4~16520 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa2289381b9d5ad918db2bda7de2591d8d66a691;p=emacs.git (enter_timestamp): Remove unused static variable to prevent warning. --- diff --git a/src/w32term.c b/src/w32term.c index 2d6163a56b3..777ebd270e6 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -8535,12 +8535,6 @@ x_scroll_bar_clear (f) /* The main W32 event-reading loop - w32_read_socket. */ -/* Time stamp of enter window event. This is only used by w32_read_socket, - but we have to put it out here, since static variables within functions - sometimes don't work. */ - -static Time enter_timestamp; - /* Record the last 100 characters stored to help debug the loss-of-chars-during-GC problem. */