aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-04-16 13:01:52 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-04-16 13:01:52 +0200
commit1bc4ff02dc49e8860414317bab577eee88fd3ad0 (patch)
tree7d7af96552a99de7b2e8fffa9e13f4fd1d9e4570
parentc9929a4e0eab5eb94aebe7f91a91f37239d1bc6c (diff)
downloadfbida-1bc4ff02dc49e8860414317bab577eee88fd3ad0.tar.gz
drop dup error message
-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 {