aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-04-27 04:47:29 +0000
committerRichard M. Stallman <[email protected]>1994-04-27 04:47:29 +0000
commit6ecbd1cd8bb34f52a836e954b7be20320f647fbe (patch)
treed06fefcae0904439eabab8ac95c621dcb4df1599 /src/xterm.c
parentd796910a7d713d72852de31868a47ff38042bd23 (diff)
(XTread_socket) [USE_X_TOOLKIT]: Undo previous change.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f2a45d6514..9594722d52 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4133,11 +4133,8 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
{
f = x_any_window_to_frame (event.xbutton.window);
if (f && event.type == ButtonPress)
- goto OTHER;
-#if 0
construct_menu_click (&emacs_event,
&event, f);
-#endif
}
#endif /* USE_X_TOOLKIT */
}