Commit 1d3246ca authored by Adam Jackson's avatar Adam Jackson
Browse files

*really* remove the last call to FillInScreenInfo. i clearly haven't had my

    coffee yet this morning...
parent ce86e2a2
......@@ -359,7 +359,6 @@ FBDevProbe(DriverPtr drv, int flags)
pScrn->EnterVT = fbdevHWEnterVTWeak();
pScrn->LeaveVT = fbdevHWLeaveVTWeak();
pScrn->ValidMode = fbdevHWValidModeWeak();
fbdevHWFillInScreenInfo(pScrn);
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"using %s\n", dev ? dev : "default device");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment