Xi: remove unused #define DISPATCH

This commit is contained in:
Peter Hutterer 2008-04-25 10:09:50 +09:30
parent 7dc40c8eca
commit cb8cb87bc6

View File

@ -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 */