mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-18 02:30:36 +01:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -86,8 +86,6 @@ bus_pci_configure(void *busData)
|
|||
(DevToConfig[i].pVideo->func == pVideo->func))
|
||||
return 0;
|
||||
|
||||
xf86IsPrimaryPci(pVideo);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue