* keyboard.c (Fexecute_mouse_event): dyked-out function deleted.
authorJim Blandy <jimb@redhat.com>
Fri, 14 Aug 1992 02:29:49 +0000 (02:29 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 14 Aug 1992 02:29:49 +0000 (02:29 +0000)
commit3e51c7b7e590773175f56b36cdda73155f839653
tree80bdc584df60de3a78c44820192076caf9da7d7a
parentce4e9d43a44f46ff1f0f4c693dd1aa1bc1a4b74c
* keyboard.c (Fexecute_mouse_event): dyked-out function deleted.
We're not going to use this mouse interface.
(Vmouse_window, Vmouse_event, Vmouse_event_function,
Vmouse_left_hook, Vmap_frame_hook, Vunmap_frame_hook,
Vmouse_motion_handler): Variables deleted; they were to be used by
Fexecute_mouse_event.
(syms_of_keyboard): Same.
(command_loop_1): Remove dyked-out code to support
Fexecute_mouse_event.
(read_char): Same.

* keyboard.c (Vlast_event_frame): Don't define this window if
MULTI_FRAME is not #defined.
(syms_of_keyboard): Same.
(kbd_buffer_store_event): Don't try to work with Vlast_event_frame
if MULTI_FRAME is not #defined.
(kbd_buffer_get_event): Same.

* keyboard.c (Fdiscard_input): Removed dyked-out code from when
unread_command_char's quiescent value was -1, not nil.
src/keyboard.c