summaryrefslogtreecommitdiff
path: root/dix/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'dix/tables.c')
-rw-r--r--dix/tables.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/dix/tables.c b/dix/tables.c
index 258ac0370..2200e3ceb 100644
--- a/dix/tables.c
+++ b/dix/tables.c
@@ -61,11 +61,6 @@ SOFTWARE.
#include "swaprep.h"
#include "swapreq.h"
-#ifdef K5AUTH
-extern int
- k5_stage1(), k5_stage2(), k5_stage3(), k5_bad();
-#endif
-
int (* InitialVector[3]) (
ClientPtr /* client */
) =
@@ -515,13 +510,3 @@ _X_EXPORT ReplySwapPtr ReplySwapVector[256] =
ReplyNotSwappd, /* NoOperation */
ReplyNotSwappd
};
-
-#ifdef K5AUTH
-int (*k5_Vector[256])() =
-{
- k5_bad,
- k5_stage1,
- k5_bad,
- k5_stage3
-};
-#endif