os: unexport EnableLocalHost() and DisableLocalHost()

These aren't used by modules, so no need to export them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1344>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-28 18:43:14 +01:00
committed by Alan Coopersmith
parent 5f19eab1ee
commit b00fdd482c
2 changed files with 5 additions and 10 deletions

View File

@@ -375,12 +375,6 @@ EnableLocalAccess(void);
extern _X_EXPORT void
DisableLocalAccess(void);
extern _X_EXPORT void
EnableLocalHost(void);
extern _X_EXPORT void
DisableLocalHost(void);
#ifndef NO_LOCAL_CLIENT_CRED
extern _X_EXPORT void
EnableLocalUser(void);