# HG changeset patch # User Pavel Jank # Date 1014481980 0 # Node ID 4cedb4e5510ec60480c261c324af0e8f9d7775f8 # Parent 6b55f979d4edbcfc9ccea555597b111e0a814d49 (enter_timestamp): Put in #if 0 to prevent warning. diff -r 6b55f979d4ed -r 4cedb4e5510e src/xterm.c --- 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_