diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-09-18 11:53:39 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-09-18 11:53:39 +0200 |
commit | 8a84dc8ee260716026fa661a6dced2000621efa2 (patch) | |
tree | 310005837e082f09207cea6dbec96398bc8d83bd | |
parent | 2fbbd9c5f0ec27e72780e8b054bc59502f1e5651 (diff) |
radeon: Remove declaration of unused variable.
-rw-r--r-- | src/radeon_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 19bea2d6..b900f8ba 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2605,7 +2605,6 @@ RADEONGetTVInfo(xf86OutputPtr output) void RADEONInitConnector(xf86OutputPtr output) { ScrnInfoPtr pScrn = output->scrn; - RADEONInfoPtr info = RADEONPTR(pScrn); RADEONOutputPrivatePtr radeon_output = output->driver_private; int DDCReg = 0; char* name = (char*) DDCTypeName[radeon_output->DDCType]; |