input: Remove unused variable
authorJonas Ådahl <jadahl@gmail.com>
Fri, 25 Oct 2013 21:18:03 +0000 (23:18 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 28 Oct 2013 21:38:38 +0000 (14:38 -0700)
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
src/input.c

index 49788b2..ffb7b35 100644 (file)
@@ -1062,8 +1062,6 @@ WL_EXPORT void
 notify_pointer_focus(struct weston_seat *seat, struct weston_output *output,
                     wl_fixed_t x, wl_fixed_t y)
 {
-       struct weston_compositor *compositor = seat->compositor;
-
        if (output) {
                move_pointer(seat, x, y);
        } else {