xfree86: xf86Priv.h: unexport DoConfigure()
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
2890d16aab
commit
77ec0be813
|
@ -62,9 +62,6 @@ extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev);
|
||||||
|
|
||||||
/* xf86Configure.c */
|
/* xf86Configure.c */
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
DoConfigure(void)
|
|
||||||
_X_NORETURN;
|
|
||||||
extern _X_EXPORT void
|
|
||||||
DoShowOptions(void)
|
DoShowOptions(void)
|
||||||
_X_NORETURN;
|
_X_NORETURN;
|
||||||
|
|
||||||
|
|
|
@ -81,4 +81,7 @@ Bool xf86RandRInit(ScreenPtr pScreen);
|
||||||
/* xf86Extensions.c */
|
/* xf86Extensions.c */
|
||||||
void xf86ExtensionInit(void);
|
void xf86ExtensionInit(void);
|
||||||
|
|
||||||
|
/* xf86Configure.c */
|
||||||
|
void DoConfigure(void) _X_NORETURN;
|
||||||
|
|
||||||
#endif /* _XSERVER_XF86_PRIV_H */
|
#endif /* _XSERVER_XF86_PRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue