diff --git a/dix/swaprep.c b/dix/swaprep.c index 7dcbe3d34a..e8765a5a6c 100644 --- a/dix/swaprep.c +++ b/dix/swaprep.c @@ -59,14 +59,6 @@ static void SwapFontInfo(xQueryFontReply * pr); static void SwapCharInfo(xCharInfo * pInfo); -/* Extra-small reply */ -void _X_COLD -SGenericReply(ClientPtr pClient, int size, xGenericReply * pRep) -{ - swaps(&pRep->sequenceNumber); - WriteToClient(pClient, size, pRep); -} - static void _X_COLD SwapCharInfo(xCharInfo * pInfo) { diff --git a/include/swaprep.h b/include/swaprep.h index cdf017410d..297515474e 100644 --- a/include/swaprep.h +++ b/include/swaprep.h @@ -28,10 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. void SwapFont(xQueryFontReply * pr, Bool hasGlyphs); -extern void SGenericReply(ClientPtr /* pClient */ , - int /* size */ , - xGenericReply * /* pRep */ ); - extern void SErrorEvent(xError * /* from */ , xError * /* to */ );