xkb: unexport XkbRF_Create()

Only used inside xkb/* - not used by any modules, so no need
to keep maintaining it in public headers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1840>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-26 10:31:11 +01:00 committed by Marge Bot
parent c376cd2c3d
commit 89475cbed4
2 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,6 @@ typedef struct _XkbRF_Rules {
_XFUNCPROTOBEGIN
extern _X_EXPORT XkbRF_RulesPtr XkbRF_Create(void);
extern _X_EXPORT void XkbRF_Free(XkbRF_RulesPtr /* rules */ ,
Bool /* freeRules */
);

View File

@ -18,4 +18,6 @@ Bool XkbRF_GetComponents(XkbRF_RulesPtr rules,
Bool XkbRF_LoadRules(FILE *file, XkbRF_RulesPtr rules);
XkbRF_RulesPtr XkbRF_Create(void);
#endif /* _XSERVER_XKB_XKBRULES_PRIV_H */