]> code.delx.au - gnu-emacs/commitdiff
(enter_timestamp): Remove unused static variable to prevent warning.
authorPavel Janík <Pavel@Janik.cz>
Sat, 23 Feb 2002 16:28:28 +0000 (16:28 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 23 Feb 2002 16:28:28 +0000 (16:28 +0000)
src/w32term.c

index 2d6163a56b3baf64e5dd4b17e749ba6a216675a8..777ebd270e646978c621ff2d43d5309e29e757a1 100644 (file)
@@ -8535,12 +8535,6 @@ x_scroll_bar_clear (f)
 \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.  */