diff options
author | Arkadiusz Miskiewicz <arekm@maven.pl> | 2007-12-21 18:10:17 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-12-21 18:10:17 -0500 |
commit | 2b6e8e2b8f74e94560de89693ecbc7260536591e (patch) | |
tree | 06537ec722a51d0ee92cf386d2416ab1e2be0c6f /src/legacy_output.c | |
parent | 4c6f60e3b19ac55ab1255c79df03b1df5950864e (diff) |
RADEON: various cleanups
Diffstat (limited to 'src/legacy_output.c')
-rw-r--r-- | src/legacy_output.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/legacy_output.c b/src/legacy_output.c index 9caebdd..694e7c7 100644 --- a/src/legacy_output.c +++ b/src/legacy_output.c @@ -847,9 +847,6 @@ RADEONEnableDisplay(xf86OutputPtr output, BOOL bEnable) void legacy_output_dpms(xf86OutputPtr output, int mode) { - ScrnInfoPtr pScrn = output->scrn; - RADEONInfoPtr info = RADEONPTR(pScrn); - switch(mode) { case DPMSModeOn: RADEONEnableDisplay(output, TRUE); |