xkb: unexport XkbCheckIndicatorMaps()

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-04 16:00:20 +02:00
parent 6df734062e
commit b6f03c3ea1
2 changed files with 2 additions and 5 deletions

View File

@@ -213,11 +213,6 @@ extern _X_EXPORT void XkbApplyMappingChange(DeviceIntPtr /* pXDev */ ,
ClientPtr /* client */
);
extern _X_EXPORT void XkbCheckIndicatorMaps(DeviceIntPtr /* dev */ ,
XkbSrvLedInfoPtr /* sli */ ,
unsigned int /* which */
);
extern _X_EXPORT unsigned int XkbStateChangedFlags(XkbStatePtr /* old */ ,
XkbStatePtr /* new */
);