diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 10:09:50 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 14:28:25 +0930 |
commit | cb8cb87bc6decf75832c3724687000ecb658226e (patch) | |
tree | d4a901d33fe4ba3689090ef8a4c9d0628b61c1d9 /Xi/extinit.c | |
parent | 7dc40c8eca90ec1bfab84b6f54418b64c0e62d63 (diff) |
Xi: remove unused #define DISPATCH
Diffstat (limited to 'Xi/extinit.c')
-rw-r--r-- | Xi/extinit.c | 5 |
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 */ |