xkb: unexport XkbFreeInfo()

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-05 10:05:56 +02:00
parent 2b5817c651
commit 0ed5337be4
2 changed files with 1 additions and 3 deletions

View File

@@ -229,9 +229,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
Bool /* freeRMLVO */
);
extern _X_EXPORT void XkbFreeInfo(XkbSrvInfoPtr /* xkbi */
);
extern _X_EXPORT Status XkbChangeTypesOfKey(XkbDescPtr /* xkb */ ,
int /* key */ ,
int /* nGroups */ ,