Mercurial > emacs
diff src/keyboard.c @ 11484:6b9693d102b0
(map_event_to_object): Declaration deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Apr 1995 18:37:51 +0000 |
parents | 5146afa8e131 |
children | b8b8a11a1aed |
line wrap: on
line diff
--- a/src/keyboard.c Tue Apr 18 18:36:03 1995 +0000 +++ b/src/keyboard.c Tue Apr 18 18:37:51 1995 +0000 @@ -2919,10 +2919,6 @@ int double_click_count; -#ifdef USE_X_TOOLKIT -extern Lisp_Object map_event_to_object (); -#endif /* USE_X_TOOLKIT */ - /* Given a struct input_event, build the lisp event which represents it. If EVENT is 0, build a mouse movement event from the mouse movement buffer, which should have a movement event in it.