summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/xf86sym.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-08-27 18:50:34 -0700
committerEric Anholt <eric@anholt.net>2007-08-27 18:50:34 -0700
commit9e2112b2b56af099a7f380ece9b5c1d25b20cce4 (patch)
treeecb86aa9bfc03f56653218e58b7fe2340c09918e /hw/xfree86/loader/xf86sym.c
parent801c359574d08ff2d6ac75a3325ff522bc862e30 (diff)
Remove unused xf8GetBlock and xf86GetSparse entry points.
Diffstat (limited to 'hw/xfree86/loader/xf86sym.c')
-rw-r--r--hw/xfree86/loader/xf86sym.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c
index 9b8dac82e..cb2a2b911 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -333,8 +333,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86IsEntityPrimary)
SYMFUNC(xf86SetOperatingState)
SYMFUNC(xf86EnterServerState)
- SYMFUNC(xf86GetBlock)
- SYMFUNC(xf86GetSparse)
SYMFUNC(xf86ChkConflict)
SYMFUNC(xf86FindScreenForEntity)
SYMFUNC(xf86RegisterStateChangeNotificationCallback)