diff --git a/Xext/geext.c b/Xext/geext.c index 0c950abca..aa328e016 100644 --- a/Xext/geext.c +++ b/Xext/geext.c @@ -108,7 +108,6 @@ SProcGEQueryVersion(ClientPtr client) { REQUEST(xGEQueryVersionReq); - swaps(&stuff->length); REQUEST_SIZE_MATCH(xGEQueryVersionReq); swaps(&stuff->majorVersion); swaps(&stuff->minorVersion); diff --git a/randr/rrsdispatch.c b/randr/rrsdispatch.c index 07acd3b8e..3b47f5ebf 100644 --- a/randr/rrsdispatch.c +++ b/randr/rrsdispatch.c @@ -114,7 +114,6 @@ SProcRRGetScreenResourcesCurrent(ClientPtr client) REQUEST(xRRGetScreenResourcesCurrentReq); REQUEST_SIZE_MATCH(xRRGetScreenResourcesCurrentReq); - swaps(&stuff->length); swapl(&stuff->window); return (*ProcRandrVector[stuff->randrReqType]) (client); }