[PATCH weston 4/6] input: Remove unused variable
Jonas Ådahl
jadahl at gmail.com
Fri Oct 25 23:18:03 CEST 2013
Signed-off-by: Jonas Ådahl <jadahl at 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
More information about the wayland-devel
mailing list