drop extra check for ABI_XINPUT_VERSION < 12

Since we're relying on xserver >= 1.18 now, we know XINPUT abi is >= 22.1

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-24 10:05:53 +02:00
parent 609268ee0c
commit ee6dfe8381

View File

@@ -48,9 +48,6 @@
#define MAXBUTTONS 3
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 12
#error "XINPUT ABI 12 required."
#endif
/******************************************************************************
* Function/Macro keys variables
*****************************************************************************/