compositor: Remove unused wl_pointer variable
Using move_pointer() in notify_pointer_focus() left the wl_pointer variable unused.
This commit is contained in:
@@ -2075,7 +2075,6 @@ notify_pointer_focus(struct weston_seat *seat, struct weston_output *output,
|
|||||||
wl_fixed_t x, wl_fixed_t y)
|
wl_fixed_t x, wl_fixed_t y)
|
||||||
{
|
{
|
||||||
struct weston_compositor *compositor = seat->compositor;
|
struct weston_compositor *compositor = seat->compositor;
|
||||||
struct wl_pointer *pointer = seat->seat.pointer;
|
|
||||||
|
|
||||||
if (output) {
|
if (output) {
|
||||||
move_pointer(seat, x, y);
|
move_pointer(seat, x, y);
|
||||||
|
|||||||
Reference in New Issue
Block a user