From: Sung-Jin Park Date: Mon, 20 Aug 2018 05:18:06 +0000 (+0900) Subject: udev-seat: remove unused environment variable X-Git-Tag: accepted/tizen/unified/20250205.095548~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=640912e109b5dac0656b27ba1c00ef238ea7ba5f;p=platform%2Fupstream%2Flibinput.git udev-seat: remove unused environment variable Change-Id: I97fa9f2fe29875dcefa3f642f6ecad695d11c555 Signed-off-by: Sung-Jin Park --- diff --git a/src/udev-seat.c b/src/udev-seat.c index 4c7d6efb..a276601f 100644 --- a/src/udev-seat.c +++ b/src/udev-seat.c @@ -354,11 +354,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;