input: Remove unused variable

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
dev
Jonas Ådahl 11 years ago committed by Kristian Høgsberg
parent b8e62d9cdb
commit b18018867b
  1. 2
      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 {

Loading…
Cancel
Save