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

@@ -77,7 +77,7 @@ typedef struct {
#define AUTHID(client) \
(((SecurityClientStateRec*)STATEPTR(client))->authId)
CallbackListPtr SecurityValidateGroupCallback = NULL; /* see security.h */
static CallbackListPtr SecurityValidateGroupCallback = NULL;
RESTYPE SecurityAuthorizationResType; /* resource type for authorizations */