diff options
Diffstat (limited to 'src/smi_driver.c')
-rw-r--r-- | src/smi_driver.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c index 8449eb9..e251448 100644 --- a/src/smi_driver.c +++ b/src/smi_driver.c @@ -1717,10 +1717,6 @@ SMI_ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) #ifdef HAVE_XMODES xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset)); -#else - /* hardware cursor needs to wrap this layer */ - if (!pSmi->NoAccel && !pSmi->useEXA) - SMI_DGAInit(pScreen); #endif /* Initialise cursor functions */ |