aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-18 18:37:51 +0000
committerRichard M. Stallman1995-04-18 18:37:51 +0000
commit3453f0b6efd145e6598eba7acf946ff07249dbc6 (patch)
treebcb5283f914ebcfbe593c702afc9cab873e609b7
parent34ae77b577d0ba9fa2cccf61a22e749951735cb5 (diff)
downloademacs-3453f0b6efd145e6598eba7acf946ff07249dbc6.tar.gz
emacs-3453f0b6efd145e6598eba7acf946ff07249dbc6.zip
(map_event_to_object): Declaration deleted.
-rw-r--r--src/keyboard.c4
1 files changed, 0 insertions, 4 deletions
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;
2919 2919
2920int double_click_count; 2920int double_click_count;
2921 2921
2922#ifdef USE_X_TOOLKIT
2923extern Lisp_Object map_event_to_object ();
2924#endif /* USE_X_TOOLKIT */
2925
2926/* Given a struct input_event, build the lisp event which represents 2922/* Given a struct input_event, build the lisp event which represents
2927 it. If EVENT is 0, build a mouse movement event from the mouse 2923 it. If EVENT is 0, build a mouse movement event from the mouse
2928 movement buffer, which should have a movement event in it. 2924 movement buffer, which should have a movement event in it.