summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-04-25 10:09:50 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-04-25 14:28:25 +0930
commitcb8cb87bc6decf75832c3724687000ecb658226e (patch)
treed4a901d33fe4ba3689090ef8a4c9d0628b61c1d9
parent7dc40c8eca90ec1bfab84b6f54418b64c0e62d63 (diff)
Xi: remove unused #define DISPATCH
-rw-r--r--Xi/extinit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xi/extinit.c b/Xi/extinit.c
index f1c282493..fa15478f3 100644
--- a/Xi/extinit.c
+++ b/Xi/extinit.c
@@ -458,11 +458,6 @@ SProcIDispatch(ClientPtr client)
*
*/
-/* FIXME: this would be more concise and readable in ANSI C */
-#define DISPATCH(code) \
- if (rep->RepType == X_##code) \
- SRepX##code (client, len, (x##code##Reply *) rep)
-
static void
SReplyIDispatch(ClientPtr client, int len, xGrabDeviceReply * rep)
/* All we look at is the type field */