diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-01-25 18:04:10 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-01-25 18:04:10 -0500 |
commit | f6a78ee143e3a3ad69538adf2b9675d724468ffa (patch) | |
tree | 92265dfaaddec2bff1fa0f9223528945c34a2608 /hw/xfree86/dixmods/extmod/modinit.h | |
parent | 7724c30a751c653ca3e2e8a6752af27bc37de3f0 (diff) |
XACE: Remove the extension code entirely, XACE is completely static now.
Diffstat (limited to 'hw/xfree86/dixmods/extmod/modinit.h')
-rw-r--r-- | hw/xfree86/dixmods/extmod/modinit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/dixmods/extmod/modinit.h b/hw/xfree86/dixmods/extmod/modinit.h index 99d714c4f..116cb2ef7 100644 --- a/hw/xfree86/dixmods/extmod/modinit.h +++ b/hw/xfree86/dixmods/extmod/modinit.h @@ -125,10 +125,6 @@ extern void ShmRegisterFuncs( ShmFuncsPtr funcs); #endif -#ifdef XACE -extern void XaceExtensionInit(INITARGS); -#endif - #ifdef XSELINUX extern void SELinuxExtensionInit(INITARGS); #endif |