seat: remove warning for libinput finger count

This commit is contained in:
Johan Malm 2021-04-08 17:09:06 +01:00
parent 6952bdfebc
commit bb5e44a143

View file

@ -29,7 +29,6 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
return;
}
if (libinput_device_config_tap_get_finger_count(libinput_dev) <= 0) {
warn("libinput device finger count <= 0");
return;
}
info("tap enabled for libinput device");