xkb: unexport XkbLookupNamedGeometry()

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:00:20 +02:00
parent ff031fdb0c
commit fb7ef7ac92
2 changed files with 1 additions and 5 deletions

View File

@@ -230,11 +230,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
Bool /* freeRMLVO */
);
extern _X_EXPORT XkbGeometryPtr XkbLookupNamedGeometry(DeviceIntPtr /* dev */ ,
Atom /* name */ ,
Bool * /* shouldFree */
);
extern _X_EXPORT void XkbConvertCase(KeySym /* sym */ ,
KeySym * /* lower */ ,
KeySym * /* upper */