input: Remove unused variable

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2013-10-25 23:18:03 +02:00 committed by Kristian Høgsberg
parent b8e62d9cdb
commit b18018867b

View 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 {