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>
This commit is contained in:
parent
e621081fa3
commit
bed778ee60
|
@ -50,6 +50,8 @@
|
|||
#include <propertyst.h>
|
||||
#include <version-config.h>
|
||||
|
||||
#include "os/auth.h"
|
||||
|
||||
#include "xwayland-screen.h"
|
||||
#include "xwayland-vidmode.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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue