xfree86: xf86Priv.h: unexport DoShowOptions()

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:37:26 +02:00
parent 77ec0be813
commit 8ec5445ff0
2 changed files with 1 additions and 5 deletions

View File

@ -60,11 +60,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for
extern _X_EXPORT void xf86BusProbe(void);
extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev);
/* xf86Configure.c */
extern _X_EXPORT void
DoShowOptions(void)
_X_NORETURN;
/* xf86Events.c */
extern _X_EXPORT void

View File

@ -83,5 +83,6 @@ void xf86ExtensionInit(void);
/* xf86Configure.c */
void DoConfigure(void) _X_NORETURN;
void DoShowOptions(void) _X_NORETURN;
#endif /* _XSERVER_XF86_PRIV_H */