diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 4 |
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 | ||
| 2920 | int double_click_count; | 2920 | int double_click_count; |
| 2921 | 2921 | ||
| 2922 | #ifdef USE_X_TOOLKIT | ||
| 2923 | extern 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. |