summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-26 18:26:35 -0400
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-26 18:26:35 -0400
commitc2637a01f9aca4032262c66ade305f5fe2c54294 (patch)
tree94785c5164fc9cb3104949f1fc513c58e91829a1
parentbbb769c4107bfcae682e46d026e54cbfb67d62cd (diff)
RADEON: remove some dead code from the last commit
-rw-r--r--src/radeon_driver.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 473aa30..c57e13e 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3735,18 +3735,6 @@ Bool RADEONScreenInit(int scrnIndex, ScreenPtr pScreen,
info->BlockHandler = pScreen->BlockHandler;
pScreen->BlockHandler = RADEONBlockHandler;
-#if 0
- /* Rotation */
- xf86DrvMsg(pScrn->scrnIndex, X_INFO, "RandR enabled, ignore the following RandR disabled message.\n");
- xf86DisableRandR(); /* Disable built-in RandR extension */
-
- xf86RandR12Init (pScreen);
- xf86RandR12SetRotations (pScreen, RR_Rotate_0);
-
- info->CreateScreenResources = pScreen->CreateScreenResources;
- pScreen->CreateScreenResources = RADEONCreateScreenResources;
-#endif
-
if (!xf86CrtcScreenInit (pScreen))
return FALSE;