summaryrefslogtreecommitdiff
path: root/src/evdev-fallback.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev-fallback.c')
-rw-r--r--src/evdev-fallback.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/evdev-fallback.c b/src/evdev-fallback.c
index 28d5de99..97cf487d 100644
--- a/src/evdev-fallback.c
+++ b/src/evdev-fallback.c
@@ -68,8 +68,6 @@ fallback_notify_physical_button(struct fallback_dispatch *dispatch,
int button,
enum libinput_button_state state)
{
- fallback_wheel_notify_physical_button(dispatch, device, time,
- button, state);
evdev_pointer_notify_physical_button(device, time, button, state);
}