summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 21f950b7..b7d67de6 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -253,12 +253,6 @@ typedef struct {
(info->ChipFamily == CHIP_FAMILY_RS300) || \
(info->ChipFamily == CHIP_FAMILY_R200))
-typedef enum {
- CARD_PCI,
- CARD_AGP,
- CARD_PCIE
-} RADEONCardType;
-
struct radeon_exa_pixmap_priv {
struct radeon_bo *bo;
uint32_t tiling_flags;
@@ -443,7 +437,6 @@ typedef struct {
RADEONFBLayout CurrentLayout;
Bool directRenderingEnabled;
- RADEONCardType cardType; /* Current card is a PCI card */
struct radeon_dri2 dri2;
Bool accelDFS;