diff options
author | Eric Anholt <eric@anholt.net> | 2006-09-22 09:27:30 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-09-22 10:52:00 -0700 |
commit | 20956a5d6f1eb518717a680e58938f31461ca5e4 (patch) | |
tree | 2e277e0c51e83b1c8ee5588689257dc6d0bbf60c /src/i830.h | |
parent | 2cd28be71472d67956f47c7d49283ebabefa089a (diff) |
Remove unused display{Attached,Present} fields.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. */ |