summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-28 18:47:10 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-15 14:44:36 -0700
commit54441ff98a2a94fefac687904655113a410e7679 (patch)
tree4079ea69713b672ffc8a905edf6aefd78df76880 /include
parentb00fdd482c852529f6cef3a6c629724d4e5667c8 (diff)
os: unexport EnableLocalAccess() and DisableLocalAccess()
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>
Diffstat (limited to 'include')
-rw-r--r--include/os.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/os.h b/include/os.h
index b0204593a..41b638bbb 100644
--- a/include/os.h
+++ b/include/os.h
@@ -369,12 +369,6 @@ AddLocalHosts(void);
extern _X_EXPORT void
ResetHosts(const char *display);
-extern _X_EXPORT void
-EnableLocalAccess(void);
-
-extern _X_EXPORT void
-DisableLocalAccess(void);
-
#ifndef NO_LOCAL_CLIENT_CRED
extern _X_EXPORT void
EnableLocalUser(void);