wheel: Remove unused argument from fallback_wheel_process_relative()

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1241>
This commit is contained in:
José Expósito 2025-06-20 15:30:14 +02:00 committed by Marge Bot
parent 973d5ea587
commit 35598db1ce
3 changed files with 1 additions and 3 deletions

View file

@ -788,7 +788,7 @@ fallback_process_relative(struct fallback_dispatch *dispatch,
break;
}
fallback_wheel_process_relative(dispatch, device, e, time);
fallback_wheel_process_relative(dispatch, e, time);
}
static inline void

View file

@ -292,7 +292,6 @@ fallback_init_wheel(struct fallback_dispatch *dispatch,
void
fallback_wheel_process_relative(struct fallback_dispatch *dispatch,
struct evdev_device *device,
struct evdev_event *e, uint64_t time);
void

View file

@ -347,7 +347,6 @@ fallback_rotate_wheel(struct fallback_dispatch *dispatch,
void
fallback_wheel_process_relative(struct fallback_dispatch *dispatch,
struct evdev_device *device,
struct evdev_event *e, uint64_t time)
{
switch (evdev_usage_enum(e->usage)) {