diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-06-19 17:20:52 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-06-19 17:20:52 +0930 |
commit | 1f97a7647606226cde61d6ad7a94f2b0b571a06c (patch) | |
tree | 63959752648b4f3bcfe4ac271d0a714dfcd93280 /include/dixstruct.h | |
parent | 5dee64fc99f34e091abce65d47c4b6f026ab4849 (diff) | |
parent | 2e7fef7d0837939e822c40b6ac77e7f0e66d57bd (diff) |
Merge branch 'master' into mpx
Conflicts:
dix/devices.c
hw/xfree86/common/xf86Xinput.c
hw/xfree86/loader/xf86sym.c
mi/mieq.c
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h index 530009a8b..c6f08b460 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -209,10 +209,6 @@ extern int (* ProcVector[256]) (ClientPtr /*client*/); extern int (* SwappedProcVector[256]) (ClientPtr /*client*/); -#ifdef K5AUTH -extern int (*k5_Vector[256])(ClientPtr /*client*/); -#endif - extern ReplySwapPtr ReplySwapVector[256]; extern int ProcBadRequest(ClientPtr /*client*/); |