drop compat for XINPUT < 18

Relying on xserver >= 1.18, which has XINPUT 22.1.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-keyboard/-/merge_requests/11>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-23 20:00:42 +02:00
parent 3507c28114
commit 8f6fd12607

View File

@@ -29,10 +29,6 @@
#include "xf86Xinput.h"
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 18
#define LogMessageVerbSigSafe xf86MsgVerb
#endif
Bool ATScancode(InputInfoPtr pInfo, int *scanCode);
/* Public interface to OS-specific keyboard support. */