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:
parent
d796910a7d
commit
6ecbd1cd8b
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue