summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-27 22:57:15 -0800
committerEric Anholt <eric@anholt.net>2009-03-06 13:26:10 -0800
commit755757669f0cad670cfa084d33d7c3e928d27855 (patch)
treefda74091fb49642d69b16b907b64da0e8ed5d004 /src/i830.h
parent917b20ead3cacf1e88314f20edde6a02b97b96d7 (diff)
Remove configured SW cursor support.
Any time we actually need SW cursors, it gets enabled automatically.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index ffb2732d..2408ea98 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -497,7 +497,6 @@ typedef struct _I830Rec {
Bool fence_used[FENCE_NEW_NR];
accel_method_t accel;
- Bool SWCursor;
#ifdef I830_USE_XAA
XAAInfoRecPtr AccelInfoRec;