changeset 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 089f81a81ba6
children 72becffa4b21
files src/keyboard.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
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.