mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
@@ -65,8 +65,4 @@ extern _X_EXPORT Bool noPanoramiXExtension;
|
||||
extern _X_EXPORT Bool noXvExtension;
|
||||
#endif
|
||||
|
||||
#if defined(PRESENT)
|
||||
#include "presentext.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
@@ -52,5 +52,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 */
|
||||
|
||||
Reference in New Issue
Block a user