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:
parent
097376266f
commit
41884b8f4d
|
@ -86,8 +86,6 @@ bus_pci_configure(void *busData)
|
|||
(DevToConfig[i].pVideo->func == pVideo->func))
|
||||
return 0;
|
||||
|
||||
xf86IsPrimaryPci(pVideo);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue