diff options
-rw-r--r-- | render/glyph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/render/glyph.c b/render/glyph.c index c121e64a2..e1dc66291 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 |