diff options
Diffstat (limited to 'src/radeon_display.c')
-rw-r--r-- | src/radeon_display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_display.c b/src/radeon_display.c index 6aa87d47..9c8a3dbc 100644 --- a/src/radeon_display.c +++ b/src/radeon_display.c @@ -925,7 +925,6 @@ void RADEONSetupConnectors(ScrnInfoPtr pScrn) { RADEONInfoPtr info = RADEONPTR(pScrn); RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn); - unsigned char *RADEONMMIO = info->MMIO; const char *s; Bool ignore_edid = FALSE; int i = 0, second = 0, max_mt = 5; @@ -1149,7 +1148,6 @@ static void RADEONQueryConnectedDisplays(ScrnInfoPtr pScrn) unsigned char *RADEONMMIO = info->MMIO; const char *s; Bool ignore_edid = FALSE; - int i = 0, second = 0, max_mt = 5; /* IgnoreEDID option is different from the NoDDCxx options used by DDC module * When IgnoreEDID is used, monitor detection will still use DDC |