summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-01-25 18:04:10 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-01-25 18:04:10 -0500
commitf6a78ee143e3a3ad69538adf2b9675d724468ffa (patch)
tree92265dfaaddec2bff1fa0f9223528945c34a2608 /Xext
parent7724c30a751c653ca3e2e8a6752af27bc37de3f0 (diff)
XACE: Remove the extension code entirely, XACE is completely static now.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/xace.c9
-rw-r--r--Xext/xace.h1
2 files changed, 0 insertions, 10 deletions
diff --git a/Xext/xace.c b/Xext/xace.c
index 0b3baf6b1..0470e44dd 100644
--- a/Xext/xace.c
+++ b/Xext/xace.c
@@ -24,7 +24,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <stdarg.h>
#include "scrnintstr.h"
#include "xacestr.h"
-#include "modinit.h"
CallbackListPtr XaceHooks[XACE_NUM_HOOKS] = {0};
@@ -222,14 +221,6 @@ int XaceHook(int hook, ...)
return prv ? *prv : Success;
}
-/* XaceExtensionInit
- *
- * Initialize the XACE Extension
- */
-void XaceExtensionInit(INITARGS)
-{
-}
-
/* XaceCensorImage
*
* Called after pScreen->GetImage to prevent pieces or trusted windows from
diff --git a/Xext/xace.h b/Xext/xace.h
index a8fac98e2..4100ba16e 100644
--- a/Xext/xace.h
+++ b/Xext/xace.h
@@ -22,7 +22,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifdef XACE
-#define XACE_EXTENSION_NAME "XAccessControlExtension"
#define XACE_MAJOR_VERSION 2
#define XACE_MINOR_VERSION 0