Unexport xf86SetEntityFuncs

This commit is contained in:
Adam Jackson 2008-10-03 15:13:39 -04:00
parent 949ef6b79a
commit 49673b4358
2 changed files with 1 additions and 2 deletions

View File

@ -253,7 +253,7 @@ xf86IsEntityPrimary(int entityIndex)
}
}
_X_EXPORT Bool
Bool
xf86SetEntityFuncs(int entityIndex, EntityProc init, EntityProc enter,
EntityProc leave, pointer private)
{

View File

@ -316,7 +316,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86GetNumEntityInstances)
SYMFUNC(xf86GetDevFromEntity)
SYMFUNC(xf86GetPciInfoForEntity)
SYMFUNC(xf86SetEntityFuncs)
SYMFUNC(xf86DeallocateResourcesForEntity)
SYMFUNC(xf86RegisterResources)
SYMFUNC(xf86CheckPciMemBase)