summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-28 20:40:34 +0100
committerMarge Bot <emma+marge@anholt.net>2024-02-29 01:15:45 +0000
commit0f37f6fb4cb9157d953786ef3cb417e1fcce54e4 (patch)
treeb24174f47f5722f0a21ffb32a3d67869afcd26d1 /include
parent074f4857b00ea9d708c3256fca456812e2595798 (diff)
os: drop unused GetAccessControl()
This function isn't used anywhere, not even in (known) modules/drivers. So we can remove it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1343>
Diffstat (limited to 'include')
-rw-r--r--include/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/os.h b/include/os.h
index 5c43fdde0..8a6fd0516 100644
--- a/include/os.h
+++ b/include/os.h
@@ -427,9 +427,6 @@ GetClientFd(ClientPtr);
extern _X_EXPORT Bool
ClientIsLocal(ClientPtr client);
-extern _X_EXPORT int
-GetAccessControl(void);
-
extern _X_EXPORT void
AddLocalHosts(void);