summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@ppcg5.localdomain>2007-03-21 16:10:50 +1100
committerDave Airlie <airlied@ppcg5.localdomain>2007-03-21 16:10:50 +1100
commitc3c4cb0a0791e722af1cbb1841a84e4a70fcb0af (patch)
treed40bbc9b3a98606a51f39dfc9977e5c5f7b9e438
parentb35f1eb12056ed937c08a9edad4ad526e9bbec76 (diff)
downloadxorg-driver-xf86-video-nouveau-c3c4cb0a0791e722af1cbb1841a84e4a70fcb0af.tar.gz
remove old cursor in range
-rw-r--r--src/nv_cursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nv_cursor.c b/src/nv_cursor.c
index 6fb147b..4be0b4e 100644
--- a/src/nv_cursor.c
+++ b/src/nv_cursor.c
@@ -221,8 +221,6 @@ NVSetCursorPosition(ScrnInfoPtr pScrn, int x, int y)
nvWriteRAMDAC(pNv, nv_crtc->crtc, NV_RAMDAC_CURSOR_POS, temp);
- crtc->cursorInRange = inrange;
-
}
}