(!1799) xkb: unexport XkbChangeKeycodeRange()

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:03:48 +02:00
parent 960bce8029
commit 2f18c683f9
3 changed files with 2 additions and 8 deletions

View File

@@ -31,7 +31,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define XkbKeyTypesForCoreSymbols SrvXkbKeyTypesForCoreSymbols
#define XkbApplyCompatMapToKey SrvXkbApplyCompatMapToKey
#define XkbFreeKeyboard SrvXkbFreeKeyboard
#define XkbChangeKeycodeRange SrvXkbChangeKeycodeRange
#define XkbApplyVirtualModChanges SrvXkbApplyVirtualModChanges
#include <X11/Xdefs.h>
@@ -230,12 +229,6 @@ extern _X_EXPORT void XkbFreeRMLVOSet(XkbRMLVOSet * /* rmlvo */ ,
Bool /* freeRMLVO */
);
extern _X_EXPORT Status XkbChangeKeycodeRange(XkbDescPtr /* xkb */ ,
int /* minKC */ ,
int /* maxKC */ ,
XkbChangesPtr /* changes */
);
extern _X_EXPORT void XkbFreeInfo(XkbSrvInfoPtr /* xkbi */
);