aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xterm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 793d24c2199..4824ae1e8f1 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3786,14 +3786,9 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
3786 clear_mouse_face (dpyinfo); 3786 clear_mouse_face (dpyinfo);
3787 } 3787 }
3788 } 3788 }
3789#if 0 /* This should be unnecessary, since the toolkit has no use
3790 for motion events that happen outside of the menu event loop,
3791 and it seems to cause the bug that mouse events stop coming
3792 after a while. */
3793#ifdef USE_X_TOOLKIT 3789#ifdef USE_X_TOOLKIT
3794 goto OTHER; 3790 goto OTHER;
3795#endif /* USE_X_TOOLKIT */ 3791#endif /* USE_X_TOOLKIT */
3796#endif
3797 break; 3792 break;
3798 3793
3799 case ConfigureNotify: 3794 case ConfigureNotify: