diff src/xterm.c @ 43479:4cedb4e5510e

(enter_timestamp): Put in #if 0 to prevent warning.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 23 Feb 2002 16:33:00 +0000
parents 493438ba5e2c
children 44b1361176db 0e981bfea920
line wrap: on
line diff
--- a/src/xterm.c	Sat Feb 23 16:28:28 2002 +0000
+++ b/src/xterm.c	Sat Feb 23 16:33:00 2002 +0000
@@ -9881,11 +9881,13 @@
 
 /* The main X event-reading loop - XTread_socket.  */
 
+#if 0
 /* Time stamp of enter window event.  This is only used by XTread_socket,
    but we have to put it out here, since static variables within functions
    sometimes don't work.  */
 
 static Time enter_timestamp;
+#endif
 
 /* This holds the state XLookupString needs to implement dead keys
    and other tricks known as "compose processing".  _X Window System_