From 329b7c8631b4f71dc80190983cfa6b27769d83ed Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 13:10:03 +0200 Subject: [PATCH] xfree86: xf86Priv.h: unexport xf86HasTTYs() Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Priv.h | 3 --- hw/xfree86/common/xf86_priv.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index f3b24a694..dfd834ff5 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -60,7 +60,4 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for extern _X_EXPORT void xf86BusProbe(void); extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev); -extern _X_EXPORT Bool -xf86HasTTYs(void); - #endif /* _XF86PRIV_H */ diff --git a/hw/xfree86/common/xf86_priv.h b/hw/xfree86/common/xf86_priv.h index fe0712ec2..d3b8e7cb4 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -76,6 +76,7 @@ void xf86CloseLog(enum ExitCode error); /* xf86Init.c */ Bool xf86LoadModules(const char **list, void **optlist); +Bool xf86HasTTYs(void); /* xf86Mode.c */ const char * xf86ModeStatusToString(ModeStatus status);