compositor: Remove stale prototype

We got rid of this function.
This commit is contained in:
Kristian Høgsberg
2013-05-08 22:31:03 -04:00
parent df54a60e67
commit 659f2adacf
-3
View File
@@ -330,9 +330,6 @@ weston_pointer_start_grab(struct weston_pointer *pointer,
struct weston_pointer_grab *grab); struct weston_pointer_grab *grab);
void void
weston_pointer_end_grab(struct weston_pointer *pointer); weston_pointer_end_grab(struct weston_pointer *pointer);
void
weston_pointer_set_current(struct weston_pointer *pointer,
struct weston_surface *surface);
struct weston_keyboard * struct weston_keyboard *
weston_keyboard_create(void); weston_keyboard_create(void);