mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
xkb: unexport XkbRF_Free()
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:
committed by
Marge Bot
parent
89475cbed4
commit
34372cb3da
@@ -20,4 +20,6 @@ Bool XkbRF_LoadRules(FILE *file, XkbRF_RulesPtr rules);
|
||||
|
||||
XkbRF_RulesPtr XkbRF_Create(void);
|
||||
|
||||
void XkbRF_Free(XkbRF_RulesPtr rules, Bool freeRules);
|
||||
|
||||
#endif /* _XSERVER_XKB_XKBRULES_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user