diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-13 21:48:26 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-13 21:48:26 -0400 |
commit | 5106c8fe5f74865cac8b00937739a4efde9fc254 (patch) | |
tree | f5136fc973cec6cdac135eb9f7eb11ea27120a26 /src/radeon.h | |
parent | 224a73e41e9be344d5644203e7ebd5a3a8272604 (diff) |
RADEON: Further cleanup
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon.h b/src/radeon.h index 2a2a6728..e0b4b9b3 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -407,9 +407,6 @@ typedef struct { Bool IsMobility; /* Mobile chips for laptops */ Bool IsIGP; /* IGP chips */ Bool HasSingleDAC; /* only TVDAC on chip */ - Bool IsSecondary; /* Second Screen */ - Bool IsPrimary; /* Primary Screen */ - Bool IsSwitching; /* Flag for switching mode */ Bool OverlayOnCRTC2; Bool ddc_mode; /* Validate mode by matching exactly * the modes supported in DDC data |