From 4ab5b76ff3a38b8dc507babc87d692d8bae2331a Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Mon, 20 Aug 2018 14:18:06 +0900 Subject: [PATCH] udev-seat: remove unused environment variable Change-Id: I97fa9f2fe29875dcefa3f642f6ecad695d11c555 Signed-off-by: Sung-Jin Park --- src/udev-seat.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/udev-seat.c b/src/udev-seat.c index 48149644..4878c3cf 100644 --- a/src/udev-seat.c +++ b/src/udev-seat.c @@ -303,11 +303,6 @@ udev_input_enable(struct libinput *libinput) return -1; } - env = getenv("LIBINPUT_UDEV_SKIP_INITIAL_ENUMERATION"); - - if (env) - return 0; - if (udev_input_add_devices(input, udev) < 0) { udev_input_disable(libinput); return -1; -- 2.34.1