mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00: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
@ -123,11 +123,6 @@ static void handle_device_added(struct wlr_libinput_backend *backend,
|
||||
wl_signal_emit_mutable(&backend->backend.events.new_input,
|
||||
&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,
|
||||
|
Loading…
Reference in New Issue
Block a user