1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

(XTread_socket) [USE_X_TOOLKIT]: Undo previous change.

This commit is contained in:
Richard M. Stallman 1994-04-27 04:47:29 +00:00
parent d796910a7d
commit 6ecbd1cd8b

View file

@ -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 */
}