From cb8cb87bc6decf75832c3724687000ecb658226e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 25 Apr 2008 10:09:50 +0930 Subject: [PATCH] Xi: remove unused #define DISPATCH --- Xi/extinit.c | 5 ----- 1 file changed, 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 */