present: unexport present_extension_init()

It's not called by drivers/modules, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-06-28 19:12:08 +02:00
parent 15c0fb2611
commit fdc09f0d88
6 changed files with 3 additions and 36 deletions

View File

@@ -68,8 +68,4 @@ extern _X_EXPORT Bool noPanoramiXExtension;
extern _X_EXPORT Bool noXvExtension;
#endif
#if defined(PRESENT)
#include "presentext.h"
#endif
#endif

View File

@@ -53,5 +53,6 @@ void XvExtensionInit(void);
void XvMCExtensionInit(void);
void dri3_extension_init(void);
void PseudoramiXExtensionInit(void);
void present_extension_init(void);
#endif /* _XSERVER_EXTINIT_PRIV_H */