backend/libinput: drop outdated gesture cap logging

We've been supporting gesture events for a long time.
This commit is contained in:
Simon Ser 2024-03-15 12:34:19 +01:00
parent 71be993982
commit bd8796d465
1 changed files with 0 additions and 5 deletions

View File

@ -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,