diff --git a/randr/rrsdispatch.c b/randr/rrsdispatch.c index c163d63178..b42eec7f36 100644 --- a/randr/rrsdispatch.c +++ b/randr/rrsdispatch.c @@ -116,7 +116,6 @@ SProcRRGetScreenResourcesCurrent(ClientPtr client) REQUEST(xRRGetScreenResourcesCurrentReq); REQUEST_SIZE_MATCH(xRRGetScreenResourcesCurrentReq); - swaps(&stuff->length); swapl(&stuff->window); return ProcRRGetScreenResourcesCurrent(client); }