diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-08 12:13:18 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-08 12:13:18 -0500 |
commit | 947f8d249bac61beb10669d935888c4c280b5062 (patch) | |
tree | 8589326cc54feeddcec824c6204dbf8173a67ba8 /hw/xfree86/loader | |
parent | c45f6762080ef00b41d9f73441a9f0e605253008 (diff) |
devPrivates rework: redo interface again, dropping parent and type parameters
as well as preallocation routine.
Diffstat (limited to 'hw/xfree86/loader')
-rw-r--r-- | hw/xfree86/loader/dixsym.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c index 6b52aea98..e6c2baac3 100644 --- a/hw/xfree86/loader/dixsym.c +++ b/hw/xfree86/loader/dixsym.c @@ -264,7 +264,6 @@ _X_HIDDEN void *dixLookupTab[] = { SYMFUNC(dixRegisterPrivateInitFunc) SYMFUNC(dixRegisterPrivateDeleteFunc) SYMFUNC(dixAllocatePrivate) - SYMFUNC(dixAllocatePrivates) SYMFUNC(dixFreePrivates) SYMFUNC(dixRegisterPrivateOffset) SYMFUNC(dixLookupPrivateOffset) |