From ee6dfe8381b736b85a5ea41c871c63d71dd4c7d4 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 24 May 2024 10:05:53 +0200 Subject: [PATCH] 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 --- src/void.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/void.c b/src/void.c index 4d77f82..0797572 100644 --- a/src/void.c +++ b/src/void.c @@ -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 *****************************************************************************/