diff options
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 |