xfree86: ddc: unexport xf86EdidMonitorSet()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
88d42e4e4b
commit
791401f8d2
|
@ -28,7 +28,7 @@
|
|||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86DDC.h"
|
||||
#include "xf86DDC_priv.h"
|
||||
#include "xf86Priv.h"
|
||||
#include <X11/Xatom.h>
|
||||
#include "property.h"
|
||||
|
|
|
@ -40,9 +40,6 @@ extern _X_EXPORT xf86MonPtr xf86InterpretEDID(int screenIndex, Uchar * block);
|
|||
|
||||
extern _X_EXPORT xf86MonPtr xf86InterpretEEDID(int screenIndex, Uchar * block);
|
||||
|
||||
extern _X_EXPORT void
|
||||
xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC);
|
||||
|
||||
extern _X_EXPORT Bool xf86SetDDCproperties(ScrnInfoPtr pScreen, xf86MonPtr DDC);
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
|
|
|
@ -50,4 +50,6 @@ void xf86ForEachVideoBlock(xf86MonPtr, handle_video_fn, void *);
|
|||
|
||||
struct cea_data_block *xf86MonitorFindHDMIBlock(xf86MonPtr mon);
|
||||
|
||||
void xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC);
|
||||
|
||||
#endif /* _XSERVER_XF86_DDC_PRIV_H */
|
||||
|
|
Loading…
Reference in New Issue