diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-02-01 02:47:06 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-02-01 02:47:06 -0500 |
commit | 73b437ce232c94c0067a0d2f70538b6e1e8c07a7 (patch) | |
tree | 856a80501b0c94fe3615f30f3fdc5f09d39ab65c /src/radeon_probe.h | |
parent | f1fb9e4daa29bc379f653f847254db1496b625fd (diff) |
RADEON: remove unused "aspect" scaler option
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 6bd83431..5dd1d008 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -117,8 +117,7 @@ typedef enum { RMX_OFF, RMX_FULL, - RMX_CENTER, - RMX_ASPECT + RMX_CENTER } RADEONRMXType; typedef struct { |