summaryrefslogtreecommitdiff
path: root/src/smi_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/smi_driver.c')
-rw-r--r--src/smi_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c
index 8b6e78b..d8ba8ab 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -1017,10 +1017,6 @@ SMI_EnterVT(int scrnIndex, int flags)
if (!xf86SetDesiredModes(pScrn))
RETURN(FALSE);
- /* Initialize the hardware cursor */
- if (pSmi->HwCursor)
- xf86_show_cursors(pScrn);
-
/* Reset the grapics engine */
if (!pSmi->NoAccel)
SMI_EngineReset(pScrn);