xserver: Branch 'master'

Tiago Vignatti vignatti at kemper.freedesktop.org
Tue Aug 18 05:59:53 PDT 2009


 hw/xfree86/common/xf86Configure.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 41884b8f4dfe4d931c64a6046adfefcc2b7646c2
Author: Tiago Vignatti <tiago.vignatti at nokia.com>
Date:   Tue Aug 18 15:47:56 2009 +0300

    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 <tiago.vignatti at nokia.com>

diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c
index 9137d12..bce5aae 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;
 }
 


More information about the xorg-commit mailing list