dix: drop obsolete SGenericReply()

Not used anywhere, neither exported, so no need to keep it around
any longer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-09-02 20:36:48 +02:00 committed by Enrico Weigelt
parent 09cecbf724
commit f32d06a101
2 changed files with 0 additions and 12 deletions

View File

@ -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)
{

View File

@ -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 */ );