Remove redundant check.

This commit is contained in:
Adam Jackson 2008-08-19 15:12:39 -04:00
parent 47b31233c2
commit 38bdc34d55

View File

@ -878,15 +878,6 @@ InitOutput(ScreenInfo *pScreenInfo, int argc, char **argv)
}
}
/*
* If no screens left, return now.
*/
if (xf86NumScreens == 0) {
xf86Msg(X_ERROR, "Screen(s) found, but drivers were unusable.\n");
return;
}
/* XXX Should this be before or after loading dependent modules? */
if (xf86ProbeOnly)
{