From f82329b0811469ddae5c44dcfffa38185c11a67c Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 25 Jan 2008 16:20:46 -0500 Subject: [PATCH] XACE: Don't need to actually register a protocol extension. --- Xext/xace.c | 50 -------------------------------------------------- Xext/xace.h | 3 --- 2 files changed, 53 deletions(-) diff --git a/Xext/xace.c b/Xext/xace.c index e85a51714..632673548 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -221,51 +221,6 @@ int XaceHook(int hook, ...) return prv ? *prv : Success; } -static int -ProcXaceDispatch(ClientPtr client) -{ - REQUEST(xReq); - - switch (stuff->data) - { - default: - return BadRequest; - } -} /* ProcXaceDispatch */ - -static int -SProcXaceDispatch(ClientPtr client) -{ - REQUEST(xReq); - - switch (stuff->data) - { - default: - return BadRequest; - } -} /* SProcXaceDispatch */ - - -/* XaceResetProc - * - * Arguments: - * extEntry is the extension information for the XACE extension. - * - * Returns: nothing. - * - * Side Effects: - * Performs any cleanup needed by XACE at server shutdown time. - */ -static void -XaceResetProc(ExtensionEntry *extEntry) -{ - int i; - - for (i=0; i