Remove redundant redeclarations of functions in the same header file
Exposed by recent addition of -Wredundant-decls to default CWARNFLAGS Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
285133a35e
commit
0bc41d5f8d
|
@ -100,11 +100,6 @@ typedef enum {
|
||||||
DDC_QUIRK_DVI_SINGLE_LINK = 1 << 8,
|
DDC_QUIRK_DVI_SINGLE_LINK = 1 << 8,
|
||||||
} ddc_quirk_t;
|
} ddc_quirk_t;
|
||||||
|
|
||||||
DisplayModePtr xf86DDCGetModes(int scrnIndex, xf86MonPtr DDC);
|
|
||||||
|
|
||||||
extern Bool
|
|
||||||
xf86MonitorIsHDMI(xf86MonPtr mon);
|
|
||||||
|
|
||||||
typedef void (* handle_detailed_fn)(struct detailed_monitor_section *,void *);
|
typedef void (* handle_detailed_fn)(struct detailed_monitor_section *,void *);
|
||||||
|
|
||||||
void xf86ForEachDetailedBlock(xf86MonPtr mon,
|
void xf86ForEachDetailedBlock(xf86MonPtr mon,
|
||||||
|
|
|
@ -462,9 +462,6 @@ extern _X_EXPORT Bool RRScreenInit(ScreenPtr pScreen);
|
||||||
extern _X_EXPORT RROutputPtr
|
extern _X_EXPORT RROutputPtr
|
||||||
RRFirstOutput (ScreenPtr pScreen);
|
RRFirstOutput (ScreenPtr pScreen);
|
||||||
|
|
||||||
extern _X_EXPORT Rotation
|
|
||||||
RRGetRotation (ScreenPtr pScreen);
|
|
||||||
|
|
||||||
extern _X_EXPORT CARD16
|
extern _X_EXPORT CARD16
|
||||||
RRVerticalRefresh (xRRModeInfo *mode);
|
RRVerticalRefresh (xRRModeInfo *mode);
|
||||||
|
|
||||||
|
@ -500,8 +497,6 @@ RRSetCurrentConfig (ScreenPtr pScreen,
|
||||||
int rate,
|
int rate,
|
||||||
RRScreenSizePtr pSize);
|
RRScreenSizePtr pSize);
|
||||||
|
|
||||||
extern _X_EXPORT Bool RRScreenInit (ScreenPtr pScreen);
|
|
||||||
|
|
||||||
extern _X_EXPORT Rotation
|
extern _X_EXPORT Rotation
|
||||||
RRGetRotation (ScreenPtr pScreen);
|
RRGetRotation (ScreenPtr pScreen);
|
||||||
|
|
||||||
|
|
|
@ -90,9 +90,6 @@ typedef struct _GlyphList {
|
||||||
PictFormatPtr format;
|
PictFormatPtr format;
|
||||||
} GlyphListRec, *GlyphListPtr;
|
} GlyphListRec, *GlyphListPtr;
|
||||||
|
|
||||||
extern _X_EXPORT GlyphHashSetPtr
|
|
||||||
FindGlyphHashSet (CARD32 filled);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
GlyphUninit (ScreenPtr pScreen);
|
GlyphUninit (ScreenPtr pScreen);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue