mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
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:
parent
09cecbf724
commit
f32d06a101
@ -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)
|
||||
{
|
||||
|
||||
@ -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 */ );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user