mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01:00
backend/libinput: drop outdated gesture cap logging
We've been supporting gesture events for a long time.
This commit is contained in:
parent
71be993982
commit
bd8796d465
1 changed files with 0 additions and 5 deletions
|
@ -123,11 +123,6 @@ static void handle_device_added(struct wlr_libinput_backend *backend,
|
||||||
wl_signal_emit_mutable(&backend->backend.events.new_input,
|
wl_signal_emit_mutable(&backend->backend.events.new_input,
|
||||||
&dev->tablet_pad.base);
|
&dev->tablet_pad.base);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (libinput_device_has_capability(
|
|
||||||
libinput_dev, LIBINPUT_DEVICE_CAP_GESTURE)) {
|
|
||||||
wlr_log(WLR_DEBUG, "libinput gesture not handled");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_device_removed(struct wlr_libinput_backend *backend,
|
static void handle_device_removed(struct wlr_libinput_backend *backend,
|
||||||
|
|
Loading…
Reference in a new issue