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@nokia.com>
This commit is contained in:
Tiago Vignatti 2009-08-18 15:47:56 +03:00
parent 097376266f
commit 41884b8f4d

View File

@ -86,8 +86,6 @@ bus_pci_configure(void *busData)
(DevToConfig[i].pVideo->func == pVideo->func))
return 0;
xf86IsPrimaryPci(pVideo);
return 1;
}