main: kbd repeat FD is handled by the wayland backend

This commit is contained in:
Daniel Eklöf 2019-10-27 19:23:22 +01:00
parent 4a63defeb1
commit 3684547fd7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
main.c
View file

@ -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;
}