input: Remove unused variable
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
b8e62d9cdb
commit
b18018867b
@ -1062,8 +1062,6 @@ WL_EXPORT void
|
|||||||
notify_pointer_focus(struct weston_seat *seat, struct weston_output *output,
|
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;
|
|
||||||
|
|
||||||
if (output) {
|
if (output) {
|
||||||
move_pointer(seat, x, y);
|
move_pointer(seat, x, y);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user