Static and dead code cleaup for Xext/

This commit is contained in:
Adam Jackson
2007-03-25 17:57:22 -04:00
parent af769892a9
commit 04b87d6dfa
12 changed files with 29 additions and 144 deletions

View File

@@ -37,10 +37,10 @@ CallbackListPtr XaceHooks[XACE_NUM_HOOKS] = {0};
* from guessing extension major opcodes and using the extension even though
* the extension can't be listed or queried.
*/
int (*UntrustedProcVector[256])(
static int (*UntrustedProcVector[256])(
ClientPtr /*client*/
);
int (*SwappedUntrustedProcVector[256])(
static int (*SwappedUntrustedProcVector[256])(
ClientPtr /*client*/
);