From 3684547fd7c8367d38e0f086395204c269516606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 27 Oct 2019 19:23:22 +0100 Subject: [PATCH] main: kbd repeat FD is handled by the wayland backend --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index b1e2227d..f28f7517 100644 --- a/main.c +++ b/main.c @@ -447,7 +447,7 @@ main(int argc, char *const *argv) goto out; } - if (term.flash.fd == -1 || term.blink.fd == -1 || term.wl->kbd.repeat.fd == -1) { + if (term.flash.fd == -1 || term.blink.fd == -1) { LOG_ERR("failed to create timers"); goto out; }