xfree86: xf86.h: unexport xf86ExtensionInit()

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 11:14:20 +02:00
parent 7eec3cf58f
commit 27c65bc678
3 changed files with 4 additions and 4 deletions

View File

@ -266,9 +266,6 @@ xf86PrintModes(ScrnInfoPtr scrp);
extern _X_EXPORT void
xf86CollectOptions(ScrnInfoPtr pScrn, XF86OptionPtr extraOpts);
/* xf86Extensions.c */
extern void xf86ExtensionInit(void);
/* convert ScreenPtr to ScrnInfoPtr */
extern _X_EXPORT ScrnInfoPtr xf86ScreenToScrn(ScreenPtr pScreen);
/* convert ScrnInfoPtr to ScreenPtr */

View File

@ -30,7 +30,7 @@
#include "extension.h"
#include "globals.h"
#include "xf86.h"
#include "xf86_priv.h"
#include "xf86Config.h"
#include "xf86Module.h"
#include "xf86Extensions.h"

View File

@ -35,4 +35,7 @@ ModeStatus xf86CheckModeForDriver(ScrnInfoPtr scrp, DisplayModePtr mode, int fla
/* xf86RandR.c */
Bool xf86RandRInit(ScreenPtr pScreen);
/* xf86Extensions.c */
void xf86ExtensionInit(void);
#endif /* _XSERVER_XF86_PRIV_H */