mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
xkb: unexport XkbConvertCase()
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 void XkbConvertCase(KeySym /* sym */ ,
|
||||
KeySym * /* lower */ ,
|
||||
KeySym * /* upper */
|
||||
);
|
||||
|
||||
extern _X_EXPORT Status XkbChangeKeycodeRange(XkbDescPtr /* xkb */ ,
|
||||
int /* minKC */ ,
|
||||
int /* maxKC */ ,
|
||||
|
||||
Reference in New Issue
Block a user