From b18018867bbb6263c622cd4614f402cbaf0078cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 25 Oct 2013 23:18:03 +0200 Subject: [PATCH] input: Remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- src/input.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input.c b/src/input.c index 49788b2ab..ffb7b35ea 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 {