Unexport xf86SetEntityFuncs
This commit is contained in:
parent
949ef6b79a
commit
49673b4358
|
@ -253,7 +253,7 @@ xf86IsEntityPrimary(int entityIndex)
|
|||
}
|
||||
}
|
||||
|
||||
_X_EXPORT Bool
|
||||
Bool
|
||||
xf86SetEntityFuncs(int entityIndex, EntityProc init, EntityProc enter,
|
||||
EntityProc leave, pointer private)
|
||||
{
|
||||
|
|
|
@ -316,7 +316,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
|
|||
SYMFUNC(xf86GetNumEntityInstances)
|
||||
SYMFUNC(xf86GetDevFromEntity)
|
||||
SYMFUNC(xf86GetPciInfoForEntity)
|
||||
SYMFUNC(xf86SetEntityFuncs)
|
||||
SYMFUNC(xf86DeallocateResourcesForEntity)
|
||||
SYMFUNC(xf86RegisterResources)
|
||||
SYMFUNC(xf86CheckPciMemBase)
|
||||
|
|
Loading…
Reference in New Issue