diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c index 1e4765d9a..dff21efb1 100644 --- a/Xext/xcmisc.c +++ b/Xext/xcmisc.c @@ -150,12 +150,6 @@ SProcXCMiscGetVersion(ClientPtr client) return ProcXCMiscGetVersion(client); } -static int _X_COLD -SProcXCMiscGetXIDRange(ClientPtr client) -{ - return ProcXCMiscGetXIDRange(client); -} - static int _X_COLD SProcXCMiscGetXIDList(ClientPtr client) { @@ -174,7 +168,7 @@ SProcXCMiscDispatch(ClientPtr client) case X_XCMiscGetVersion: return SProcXCMiscGetVersion(client); case X_XCMiscGetXIDRange: - return SProcXCMiscGetXIDRange(client); + return ProcXCMiscGetXIDRange(client); case X_XCMiscGetXIDList: return SProcXCMiscGetXIDList(client); default: