diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-03 15:10:26 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:51:18 -0400 |
commit | 949ef6b79a36d6f6bbc192c20ef0f13cc95d4f28 (patch) | |
tree | be23d6d4600f5547d00e94d717672d3cb751b340 /hw/xfree86/common/xf86.h | |
parent | d7c0ba2e9eae7044ef4c31d9c3cbb9a71ee0f9f9 (diff) |
Unexport xf86ChkConflict
Also remove the unused internal ChkConflict()
Diffstat (limited to 'hw/xfree86/common/xf86.h')
-rw-r--r-- | hw/xfree86/common/xf86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 325d9b2e5..9e3826cbc 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -134,7 +134,6 @@ Bool xf86IsEntityPrimary(int entityIndex); resPtr xf86ReallocatePciResources(int entityIndex, resPtr pRes); resPtr xf86SetOperatingState(resList list, int entityIndex, int mask); void xf86EnterServerState(xf86State state); -memType xf86ChkConflict(resRange *rgp, int entityIndex); ScrnInfoPtr xf86FindScreenForEntity(int entityIndex); Bool xf86NoSharedResources(int screenIndex, resType res); resPtr xf86FindIntersectOfLists(resPtr l1, resPtr l2); |