mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user