From 0bc41d5f8d1a6192f57d9bf646cc46ed839b06b9 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 7 Nov 2011 18:08:21 -0800 Subject: 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 Reviewed-by: Jeremy Huddleston --- render/glyphstr.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'render') 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); -- cgit v1.2.3