diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-27 14:47:32 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-06-27 14:47:32 +1000 |
commit | 6c9a801a5c1d7e694ff7f4f097599f2b96357982 (patch) | |
tree | 0030f0ab6b546b163835bafe4bfc9dbd35a8f1c7 /src/xf86Elo.c | |
parent | 6fd22a9d64f07a480d177e877189a3a3ebf7cb90 (diff) |
Require server 1.10
And remove the manual input ABI check.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/xf86Elo.c')
-rw-r--r-- | src/xf86Elo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index f5b31d7..5aba02f 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -58,10 +58,6 @@ #include "xf86Module.h" -#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 12 -#error "Need server with input ABI 12." -#endif - /** * models to be treated specially. */ |