xfree86: xf86.h: unexport xf86RandRInit()
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
d9cdde7ff9
commit
7eec3cf58f
|
@ -266,12 +266,6 @@ xf86PrintModes(ScrnInfoPtr scrp);
|
|||
extern _X_EXPORT void
|
||||
xf86CollectOptions(ScrnInfoPtr pScrn, XF86OptionPtr extraOpts);
|
||||
|
||||
/* xf86RandR.c */
|
||||
#ifdef RANDR
|
||||
extern _X_EXPORT Bool
|
||||
xf86RandRInit(ScreenPtr pScreen);
|
||||
#endif
|
||||
|
||||
/* xf86Extensions.c */
|
||||
extern void xf86ExtensionInit(void);
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "os.h"
|
||||
#include "globals.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
#include "xf86str.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "xf86DDC.h"
|
||||
|
|
|
@ -32,4 +32,7 @@ void xf86DeleteScreen(ScrnInfoPtr pScrn);
|
|||
const char * xf86ModeStatusToString(ModeStatus status);
|
||||
ModeStatus xf86CheckModeForDriver(ScrnInfoPtr scrp, DisplayModePtr mode, int flags);
|
||||
|
||||
/* xf86RandR.c */
|
||||
Bool xf86RandRInit(ScreenPtr pScreen);
|
||||
|
||||
#endif /* _XSERVER_XF86_PRIV_H */
|
||||
|
|
Loading…
Reference in New Issue