diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-16 13:01:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-16 13:01:52 +0200 |
commit | 1bc4ff02dc49e8860414317bab577eee88fd3ad0 (patch) | |
tree | 7d7af96552a99de7b2e8fffa9e13f4fd1d9e4570 | |
parent | c9929a4e0eab5eb94aebe7f91a91f37239d1bc6c (diff) | |
download | fbida-1bc4ff02dc49e8860414317bab577eee88fd3ad0.tar.gz |
drop dup error message
-rw-r--r-- | kbd.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 { |