xkb: unexport XkbFreeComponentNames()

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 19:36:41 +02:00
parent 94c65f958f
commit f7e6bbead4
2 changed files with 1 additions and 4 deletions

View File

@@ -205,10 +205,6 @@ extern _X_EXPORT void XkbFreeKeyboard(XkbDescPtr /* xkb */ ,
Bool /* freeDesc */
);
extern _X_EXPORT void XkbFreeComponentNames(XkbComponentNamesPtr /* names */ ,
Bool /* freeNames */
);
extern _X_EXPORT void XkbSetActionKeyMods(XkbDescPtr /* xkb */ ,
XkbAction * /* act */ ,
unsigned int /* mods */