Unexport xf86NoSharedResources

This commit is contained in:
Adam Jackson 2008-10-03 15:24:35 -04:00
parent d7d9edb506
commit eaf3fdf970
2 changed files with 1 additions and 2 deletions

View File

@ -2671,7 +2671,7 @@ CheckGenericGA()
#endif
}
_X_EXPORT Bool
Bool
xf86NoSharedResources(int screenIndex,resType res)
{
int j;

View File

@ -321,7 +321,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86IsEntityPrimary)
SYMFUNC(xf86SetOperatingState)
SYMFUNC(xf86FindScreenForEntity)
SYMFUNC(xf86NoSharedResources)
/* Shared Accel Accessor Functions */
SYMFUNC(xf86GetLastScrnFlag)
SYMFUNC(xf86SetLastScrnFlag)