]> git.eshelyaron.com Git - emacs.git/commitdiff
(map_event_to_object): Declaration deleted.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 18:37:51 +0000 (18:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 18:37:51 +0000 (18:37 +0000)
src/keyboard.c

index 04beecb93fcef0d5f9fab438cb060b956642b67e..623ea4efd19210fe572b13842099cb8c0b2e7936 100644 (file)
@@ -2919,10 +2919,6 @@ Lisp_Object Vdouble_click_time;
 
 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.