]> git.eshelyaron.com Git - emacs.git/commitdiff
(enter_timestamp): Put in #if 0 to prevent warning.
authorPavel Janík <Pavel@Janik.cz>
Sat, 23 Feb 2002 16:36:30 +0000 (16:36 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 23 Feb 2002 16:36:30 +0000 (16:36 +0000)
src/ChangeLog
src/xterm.c

index 7d07c91ca07522bba4207e08b044dd88d0b61777..1593da3012f5a66816f7f01666db25d878ae52be 100644 (file)
@@ -1,3 +1,10 @@
+2002-02-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * w32term.c (enter_timestamp): Remove unused static variable to
+       prevent warning.
+
+       * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
+
 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * w16select.c (Fw16_get_clipboard_data): Fix last change.
index 3e790d0aba04616e852a3e26d54f2b8ecca7b5bf..7cb9e0f435c51b0704f422d2c5f4a983556421cb 100644 (file)
@@ -9881,11 +9881,13 @@ x_stop_queuing_selection_requests (display)
 \f
 /* 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_