From: Richard M. Stallman Date: Tue, 18 Apr 1995 18:37:51 +0000 (+0000) Subject: (map_event_to_object): Declaration deleted. X-Git-Tag: emacs-19.34~4374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3453f0b6efd145e6598eba7acf946ff07249dbc6;p=emacs.git (map_event_to_object): Declaration deleted. --- diff --git a/src/keyboard.c b/src/keyboard.c index 04beecb93fc..623ea4efd19 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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.