diff options
Diffstat (limited to 'src/smi_driver.c')
-rw-r--r-- | src/smi_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c index 5f39e96..d6f8dfb 100644 --- a/src/smi_driver.c +++ b/src/smi_driver.c @@ -924,9 +924,6 @@ SMI_EnterVT(VT_FUNC_ARGS_DECL) /* FBBase may have changed after remapping the memory */ pScrn->pScreen->ModifyPixmapHeader(pScrn->pScreen->GetScreenPixmap(pScrn->pScreen), -1,-1,-1,-1,-1, pSmi->FBBase + pSmi->FBOffset); -#if (XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1, 9, 99, 1, 0)) - pScrn->pixmapPrivate.ptr=pSmi->FBBase + pSmi->FBOffset; -#endif if(pSmi->useEXA) pSmi->EXADriverPtr->memoryBase=pSmi->FBBase; |