From aa2289381b9d5ad918db2bda7de2591d8d66a691 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 23 Feb 2002 16:28:28 +0000 Subject: [PATCH] (enter_timestamp): Remove unused static variable to prevent warning. --- src/w32term.c | 6 ------ 1 file changed, 6 deletions(-) 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. */ -- 2.39.5