diff options
author | David Airlie <airlied@linux.ie> | 2007-02-02 14:54:00 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-02-02 15:34:37 +1100 |
commit | d7317604c843e21c1df048a9253ed55a1957cccd (patch) | |
tree | c5fa31df8be9c098aad15a7dbbe7574759b2bc48 /src/radeon.h | |
parent | 15c68ac19ff9971ae02cf52036ba36ddea1a6759 (diff) |
get rid of mergetype and displaytype from radeon.h
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon.h b/src/radeon.h index 204c1f23..83bec697 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -440,11 +440,6 @@ typedef struct { framebuffer */ int Flags; /* Saved copy of mode flags */ - /* VE/M6 support */ - RADEONMonitorType DisplayType; /* Monitor connected on */ - RADEONDDCType DDCType; - RADEONConnectorType ConnectorType; - Bool IsMobility; /* Mobile chips for laptops */ Bool IsIGP; /* IGP chips */ Bool HasSingleDAC; /* only TVDAC on chip */ @@ -771,8 +766,6 @@ typedef struct { DisplayModePtr currentMode, savedCurrentMode; /* merged fb stuff, also covers clone modes */ - Bool MergedFB; - RADEONMonitorType MergeType; void (*PointerMoved)(int index, int x, int y); Bool NoVirtual; |