From 38bdc34d555f956a1ff1e1bb8eef95e3ba2bac64 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 19 Aug 2008 15:12:39 -0400 Subject: [PATCH] Remove redundant check. --- hw/xfree86/common/xf86Init.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 88c5a8730..01f239565 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -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) {