diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-07 18:08:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-23 12:15:07 -0800 |
commit | 0bc41d5f8d1a6192f57d9bf646cc46ed839b06b9 (patch) | |
tree | f46da2d3a454fe79ab99a7322fd2b16fa8c41a1a /render | |
parent | 285133a35eede03e37f41aeea6cbfd15a0800d98 (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 'render')
-rw-r--r-- | render/glyphstr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/render/glyphstr.h b/render/glyphstr.h index cc9f2843f..49b4b54dd 100644 --- a/render/glyphstr.h +++ b/render/glyphstr.h @@ -90,9 +90,6 @@ typedef struct _GlyphList { PictFormatPtr format; } GlyphListRec, *GlyphListPtr; -extern _X_EXPORT GlyphHashSetPtr -FindGlyphHashSet (CARD32 filled); - extern _X_EXPORT void GlyphUninit (ScreenPtr pScreen); |