summaryrefslogtreecommitdiff
path: root/randr
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-07 18:08:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-11-23 12:15:07 -0800
commit0bc41d5f8d1a6192f57d9bf646cc46ed839b06b9 (patch)
treef46da2d3a454fe79ab99a7322fd2b16fa8c41a1a /randr
parent285133a35eede03e37f41aeea6cbfd15a0800d98 (diff)
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>
Diffstat (limited to 'randr')
-rw-r--r--randr/randrstr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h
index d8dd37d96..842e0e05b 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -462,9 +462,6 @@ extern _X_EXPORT Bool RRScreenInit(ScreenPtr pScreen);
extern _X_EXPORT RROutputPtr
RRFirstOutput (ScreenPtr pScreen);
-extern _X_EXPORT Rotation
-RRGetRotation (ScreenPtr pScreen);
-
extern _X_EXPORT CARD16
RRVerticalRefresh (xRRModeInfo *mode);
@@ -500,8 +497,6 @@ RRSetCurrentConfig (ScreenPtr pScreen,
int rate,
RRScreenSizePtr pSize);
-extern _X_EXPORT Bool RRScreenInit (ScreenPtr pScreen);
-
extern _X_EXPORT Rotation
RRGetRotation (ScreenPtr pScreen);