summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r--src/nv_driver.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 9899424..cb018be 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -1752,13 +1752,6 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
pNv->CurrentLayout.weight.blue = pScrn->weight.blue;
pNv->CurrentLayout.mode = pScrn->currentMode;
- if (!xf86RandR12PreInit (pScrn))
- {
- xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "RandR initialization failure\n");
- PreInitCleanup(pScrn);
- return FALSE;
- }
-
if (pScrn->modes == NULL) {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "No modes.\n");
PreInitCleanup(pScrn);