summaryrefslogtreecommitdiff
path: root/dix/swaprep.c
diff options
context:
space:
mode:
Diffstat (limited to 'dix/swaprep.c')
-rw-r--r--dix/swaprep.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/dix/swaprep.c b/dix/swaprep.c
index 5c05d3682..bff404c1c 100644
--- a/dix/swaprep.c
+++ b/dix/swaprep.c
@@ -65,11 +65,9 @@ SOFTWARE.
static void SwapFontInfo(xQueryFontReply *pr);
-#ifndef LBX
static void SwapCharInfo(xCharInfo *pInfo);
static void SwapFont(xQueryFontReply *pr, Bool hasGlyphs);
-#endif
/**
* Thanks to Jack Palevich for testing and subsequently rewriting all this
@@ -391,10 +389,7 @@ SQueryKeymapReply(ClientPtr pClient, int size, xQueryKeymapReply *pRep)
(void)WriteToClient(pClient, size, (char *) pRep);
}
-#ifndef LBX
-static
-#endif
-void
+static void
SwapCharInfo(xCharInfo *pInfo)
{
register char n;
@@ -423,10 +418,7 @@ SwapFontInfo(xQueryFontReply *pr)
swapl(&pr->nCharInfos, n);
}
-#ifndef LBX
-static
-#endif
-void
+static void
SwapFont(xQueryFontReply *pr, Bool hasGlyphs)
{
unsigned i;