diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-26 15:02:17 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-26 15:02:17 +0100 |
commit | 557ad78d02dfff3db9e7fc21f05230a8fe482f7c (patch) | |
tree | a471731ba12c1e981c362c561345668e2cea4612 /src/compat-api.h | |
parent | 367f57faf2c422da026a25c099426dc750cf3759 (diff) |
Kill mibstore pretend backwards compatibility
Adam Jackson was kind enough to point out that mibstore had been a no-op
since xorg-1.4 and the earliest we claim to support is xorg-1.6.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/compat-api.h')
-rw-r--r-- | src/compat-api.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compat-api.h b/src/compat-api.h index 9ca2ab35..6b765724 100644 --- a/src/compat-api.h +++ b/src/compat-api.h @@ -103,10 +103,4 @@ #endif -#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(13, 0) -#define miInitializeBackingStore(x) do {} while (0) -#else -#include "mibstore.h" -#endif - #endif |