summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-09-22 09:27:30 -0700
committerEric Anholt <eric@anholt.net>2006-09-22 10:52:00 -0700
commit20956a5d6f1eb518717a680e58938f31461ca5e4 (patch)
tree2e277e0c51e83b1c8ee5588689257dc6d0bbf60c /src/i830.h
parent2cd28be71472d67956f47c7d49283ebabefa089a (diff)
Remove unused display{Attached,Present} fields.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/i830.h b/src/i830.h
index 9f65f882..3460c707 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -397,10 +397,6 @@ typedef struct _I830Rec {
int toggleDevices;
int lastDevice0, lastDevice1, lastDevice2;
- /* These are indexed by the display types */
- Bool displayAttached[NumDisplayTypes];
- Bool displayPresent[NumDisplayTypes];
-
/* [0] is Pipe A, [1] is Pipe B. */
int availablePipes;
/* [0] is display plane A, [1] is display plane B. */