compositor: Remove stale prototype
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 9 May 2013 02:31:03 +0000 (22:31 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 9 May 2013 02:31:03 +0000 (22:31 -0400)
We got rid of this function.

src/compositor.h

index dfa6a9b..4de6e71 100644 (file)
@@ -330,9 +330,6 @@ weston_pointer_start_grab(struct weston_pointer *pointer,
                          struct weston_pointer_grab *grab);
 void
 weston_pointer_end_grab(struct weston_pointer *pointer);
-void
-weston_pointer_set_current(struct weston_pointer *pointer,
-                          struct weston_surface *surface);
 
 struct weston_keyboard *
 weston_keyboard_create(void);