diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-09-18 22:12:31 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-09-18 22:12:31 -0400 |
commit | 271e541088f455d1cfedff87e88c9a4fdbdbe424 (patch) | |
tree | cfd3cd7ceca63944b12005fcd5fe004a274d3dff /src/radeon.h | |
parent | 8ae69c496eba701e744cca0605f73242673f7b3f (diff) |
RADEON: Remove more mergedfb cruft
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon.h b/src/radeon.h index a1e7395..784fbc9 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -148,7 +148,6 @@ typedef enum { OPTION_REVERSE_DDC, OPTION_LVDS_PROBE_PLL, OPTION_ACCELMETHOD, - OPTION_CONSTANTDPI, OPTION_CONNECTORTABLE, OPTION_DRI, OPTION_DEFAULT_CONNECTOR_TABLE, @@ -787,9 +786,6 @@ typedef struct { DisplayModePtr currentMode, savedCurrentMode; - int constantDPI; /* -1 = auto, 0 = off, 1 = on */ - int RADEONDPIVX, RADEONDPIVY; - /* special handlings for DELL triple-head server */ Bool IsDellServer; |