aboutsummaryrefslogtreecommitdiffstats
path: root/kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'kbd.c')
-rw-r--r--kbd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kbd.c b/kbd.c
index 83c32be..c2f6034 100644
--- a/kbd.c
+++ b/kbd.c
@@ -316,11 +316,6 @@ void kbd_init(bool use_libinput, bool use_logind, dev_t gfx)
libinput_udev_assign_seat(ctx, seat);
fprintf(stderr, "kbd: using libinput (%d devices, %s)\n",
libinput_devcount, seat);
- if (libinput_deverror != 0 || libinput_devcount == 0) {
- fprintf(stderr, "ERROR: failed to open input devices (%d ok, %d failed)\n",
- libinput_devcount, libinput_deverror);
- return;
- }
xkb_configure();
xkb_init();
} else {