diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-03 10:56:18 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-03 10:56:18 -0400 |
commit | d445d2f22b5c97fa010370f4ba9cb0555df4a853 (patch) | |
tree | ee89b8be5dc19197e4c060168ff5147531c6b5ab /hw/xfree86/loader | |
parent | e34fcd2bf42dbd72ab6ce2df80f2dcaa13416e74 (diff) |
security: drop the "declare extension security" dix call. Use the
SecurityPolicy configuration file instead.
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 043f2db90..1af076b88 100644 --- a/hw/xfree86/loader/dixsym.c +++ b/hw/xfree86/loader/dixsym.c @@ -200,7 +200,6 @@ _X_HIDDEN void *dixLookupTab[] = { SYMFUNC(AddExtension) SYMFUNC(AddExtensionAlias) SYMFUNC(CheckExtension) - SYMFUNC(DeclareExtensionSecurity) SYMFUNC(MinorOpcodeOfRequest) SYMFUNC(StandardMinorOpcode) #ifdef XEVIE |