From bb5e44a14344f631448e0a764be824ea98cb8164 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 8 Apr 2021 17:09:06 +0100 Subject: [PATCH] seat: remove warning for libinput finger count --- src/seat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/seat.c b/src/seat.c index fee61e65..8beef3dc 100644 --- a/src/seat.c +++ b/src/seat.c @@ -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"); -- 2.52.0