[PATCH 50/54] Render: Remove unused glyphDepths

Daniel Stone daniel at fooishbar.org
Mon Jul 9 18:03:34 PDT 2012


No-one has used this since 0a71e154.

Signed-off-by: Daniel Stone <daniel at fooishbar.org>
Reviewed-by: Adam Jackson <ajax at redhat.com>
Acked-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 render/glyph.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/render/glyph.c b/render/glyph.c
index c121e64..e1dc662 100644
--- a/render/glyph.c
+++ b/render/glyph.c
@@ -80,8 +80,6 @@ static GlyphHashSetRec glyphHashSets[] = {
 
 #define NGLYPHHASHSETS	(sizeof(glyphHashSets)/sizeof(glyphHashSets[0]))
 
-static const CARD8 glyphDepths[GlyphFormatNum] = { 1, 4, 8, 16, 32 };
-
 static GlyphHashRec globalGlyphs[GlyphFormatNum];
 
 void
-- 
1.7.10.4



More information about the xorg-devel mailing list