[PATCH 26/31] Render: Remove unused glyphDepths

Daniel Stone daniel at fooishbar.org
Fri Dec 2 03:31:32 PST 2011


No-one has used this since 0a71e154.

Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
 render/glyph.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/render/glyph.c b/render/glyph.c
index 7193d47..2f8b424 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.7.3



More information about the xorg-devel mailing list