compositor: Remove unused wl_pointer variable

Using move_pointer() in notify_pointer_focus() left the wl_pointer variable
unused.
This commit is contained in:
Kristian Høgsberg 2013-03-27 23:00:29 -04:00
parent e5b42e4466
commit 88817f869f

View File

@ -2075,7 +2075,6 @@ 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;
struct wl_pointer *pointer = seat->seat.pointer;
if (output) {
move_pointer(seat, x, y);