diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_exa.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index 18d8cde1..0a224864 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -675,10 +675,6 @@ I830EXAInit(ScreenPtr pScreen) memset(pI830->EXADriverPtr, 0, sizeof(*pI830->EXADriverPtr)); pI830->bufferOffset = 0; -#if EXA_VERSION_MAJOR > 2 - pI830->EXADriverPtr->exa_major = 3; - pI830->EXADriverPtr->exa_minor = 0; -#else pI830->EXADriverPtr->exa_major = 2; /* If compiled against EXA 2.2, require 2.2 so we can use the * PixmapIsOffscreen hook. @@ -691,7 +687,6 @@ I830EXAInit(ScreenPtr pScreen) "EXA compatibility mode. Output rotation rendering " "performance may suffer\n"); #endif -#endif if (!pI830->use_drm_mode) { pI830->EXADriverPtr->memoryBase = pI830->FbBase; if (pI830->exa_offscreen) { |