xkb: unexport XkbAllocControls()

Not used by any drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-04-03 18:51:12 +02:00
parent 179e899252
commit 7564ed0195
3 changed files with 2 additions and 6 deletions

View File

@@ -253,7 +253,7 @@ XkbFreeNames(XkbDescPtr xkb, unsigned which, Bool freeMap)
/***===================================================================***/
/*ARGSUSED*/ Status
/*ARGSUSED*/ int
XkbAllocControls(XkbDescPtr xkb, unsigned which)
{
if (xkb == NULL)