(!1799) xkb: unexport client resource functions

These aren't used by any drivers, so no need to keep them 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 17:37:18 +02:00
parent 75a51e7cb0
commit bd03a58cd8
2 changed files with 5 additions and 13 deletions

View File

@@ -540,19 +540,6 @@ extern _X_EXPORT Bool XkbEnableDisableControls(XkbSrvInfoPtr /* xkbi */ ,
XkbEventCausePtr /* cause */
);
extern _X_EXPORT XkbInterestPtr XkbFindClientResource(DevicePtr /* inDev */ ,
ClientPtr /* client */
);
extern _X_EXPORT XkbInterestPtr XkbAddClientResource(DevicePtr /* inDev */ ,
ClientPtr /* client */ ,
XID /* id */
);
extern _X_EXPORT int XkbRemoveResourceClient(DevicePtr /* inDev */ ,
XID /* id */
);
extern _X_EXPORT int XkbDDXUsesSoftRepeat(DeviceIntPtr /* dev */
);