summaryrefslogtreecommitdiff
path: root/src/i830_cursor.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-08-09 15:47:09 -0700
committerEric Anholt <eric@anholt.net>2006-08-09 15:47:09 -0700
commit2a7426cf138e518a5eafb40f478359160a7ec98b (patch)
tree92330d72b0525a28422e03f1d83bcc48963c3c7d /src/i830_cursor.c
parent24e59a0daa20b7c3e5028c9ca7972052801d02a1 (diff)
Clean up warnings.
Diffstat (limited to 'src/i830_cursor.c')
-rw-r--r--src/i830_cursor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_cursor.c b/src/i830_cursor.c
index dd3071ea..c9e04e97 100644
--- a/src/i830_cursor.c
+++ b/src/i830_cursor.c
@@ -475,7 +475,6 @@ I830SetCursorPosition(ScrnInfoPtr pScrn, int x, int y)
{
I830Ptr pI830 = I830PTR(pScrn);
CARD32 temp = 0;
- static Bool outsideViewport = FALSE;
Bool hide = FALSE, show = FALSE;
int oldx = x, oldy = y;
int hotspotx = 0, hotspoty = 0;