diff options
Diffstat (limited to 'xorg-server/render/glyph.c')
-rw-r--r-- | xorg-server/render/glyph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xorg-server/render/glyph.c b/xorg-server/render/glyph.c index c121e64a2..e1dc66291 100644 --- a/xorg-server/render/glyph.c +++ b/xorg-server/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 |