diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-11-19 17:09:11 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-11-19 17:09:11 +0100 |
commit | 2dd0892817090709b2fb7ffba920595ada00fcad (patch) | |
tree | bd8da9757fd5019352f46cc3957be2c590d62157 /src/radeon_display.c | |
parent | 8c1b9269aaac746989bdb9be02915722bcf6fec0 (diff) |
Fix compile warnings.
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 6aa87d4..9c8a3db 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 |