xfree86: xf86Priv.h: unexport DoConfigure()

Not used by any external drivers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 12:36:37 +02:00
parent 2890d16aab
commit 77ec0be813
2 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,6 @@ extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev);
/* xf86Configure.c */
extern _X_EXPORT void
DoConfigure(void)
_X_NORETURN;
extern _X_EXPORT void
DoShowOptions(void)
_X_NORETURN;

View File

@ -81,4 +81,7 @@ Bool xf86RandRInit(ScreenPtr pScreen);
/* xf86Extensions.c */
void xf86ExtensionInit(void);
/* xf86Configure.c */
void DoConfigure(void) _X_NORETURN;
#endif /* _XSERVER_XF86_PRIV_H */