summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-28 19:06:00 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-15 14:55:22 -0700
commitbed778ee60635ba56d4e383c45f038f88d59d1bd (patch)
treec1b2e11c566bdbe63f892d025f9dd513e2280493 /include
parente621081fa32d6243ecdab37fa6a02ca4b02d2cde (diff)
os: unexport LocalAccessScopeUser()
this function is only used by wayland ddx, so no need to export it. 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/os.h b/include/os.h
index af838359d..47dbe175e 100644
--- a/include/os.h
+++ b/include/os.h
@@ -369,11 +369,6 @@ AddLocalHosts(void);
extern _X_EXPORT void
ResetHosts(const char *display);
-#ifndef NO_LOCAL_CLIENT_CRED
-extern _X_EXPORT void
-LocalAccessScopeUser(void);
-#endif
-
extern _X_EXPORT void
AccessUsingXdmcp(void);