From 5069e8d93e34eed93e9f3e286135d9c536081fe6 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 8 Jul 2024 15:20:03 +0200 Subject: [PATCH] [PR #1533] Xext: xcmisc: use REQUEST_HEAD_STRUCT and REQUEST_FIELD_* macros PR: https://github.com/X11Libre/xserver/pull/1533 --- Xext/xcmisc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c index ae1d2d9602..5efca5257d 100644 --- a/Xext/xcmisc.c +++ b/Xext/xcmisc.c @@ -57,11 +57,6 @@ ProcXCMiscGetVersion(ClientPtr client) .minorVersion = XCMiscMinorVersion }; - if (client->swapped) { - swaps(&reply.majorVersion); - swaps(&reply.minorVersion); - } - return X_SEND_REPLY_SIMPLE(client, reply); }