summaryrefslogtreecommitdiff
path: root/Xext/xace.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-25 17:57:22 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-25 17:57:22 -0400
commit04b87d6dfae02e4ecdb5216d12c6cdafd1e8c2b4 (patch)
treea7beb0dd1011c46492b4634556a057affac69c33 /Xext/xace.h
parentaf769892a91c9af59de53ca3bcd77fc4967daffb (diff)
Static and dead code cleaup for Xext/
Diffstat (limited to 'Xext/xace.h')
-rw-r--r--Xext/xace.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Xext/xace.h b/Xext/xace.h
index 7231b04bc..4143cd42f 100644
--- a/Xext/xace.h
+++ b/Xext/xace.h
@@ -82,16 +82,6 @@ extern int XaceHook(
/* From the original Security extension...
*/
-/* Proc vectors for untrusted clients, swapped and unswapped versions.
- * These are the same as the normal proc vectors except that extensions
- * that haven't declared themselves secure will have ProcBadRequest plugged
- * in for their major opcode dispatcher. This prevents untrusted clients
- * from guessing extension major opcodes and using the extension even though
- * the extension can't be listed or queried.
- */
-extern int (*UntrustedProcVector[256])(ClientPtr client);
-extern int (*SwappedUntrustedProcVector[256])(ClientPtr client);
-
extern void XaceCensorImage(
ClientPtr client,
RegionPtr pVisibleRegion,