From 41884b8f4dfe4d931c64a6046adfefcc2b7646c2 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Tue, 18 Aug 2009 15:47:56 +0300 Subject: [PATCH] xfree86: remove unused code (xf86Configure.c) The xorg.conf generator was not assigning correctly the primary device ("bootable") as screen zero. So just skip this kind of routines for now. Signed-off-by: Tiago Vignatti --- hw/xfree86/common/xf86Configure.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c index 9137d12c96..bce5aae586 100644 --- a/hw/xfree86/common/xf86Configure.c +++ b/hw/xfree86/common/xf86Configure.c @@ -86,8 +86,6 @@ bus_pci_configure(void *busData) (DevToConfig[i].pVideo->func == pVideo->func)) return 0; - xf86IsPrimaryPci(pVideo); - return 1; }