Signed-off-by: Jonas Ådahl <jad...@gmail.com>
---
 src/input.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/input.c b/src/input.c
index 49788b2..ffb7b35 100644
--- a/src/input.c
+++ b/src/input.c
@@ -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 {
-- 
1.8.1.2

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to