Render: Remove unused glyphDepths
No-one has used this since 0a71e154
.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
65011064d7
commit
7cef23a6dd
|
@ -80,8 +80,6 @@ static GlyphHashSetRec glyphHashSets[] = {
|
||||||
|
|
||||||
#define NGLYPHHASHSETS (sizeof(glyphHashSets)/sizeof(glyphHashSets[0]))
|
#define NGLYPHHASHSETS (sizeof(glyphHashSets)/sizeof(glyphHashSets[0]))
|
||||||
|
|
||||||
static const CARD8 glyphDepths[GlyphFormatNum] = { 1, 4, 8, 16, 32 };
|
|
||||||
|
|
||||||
static GlyphHashRec globalGlyphs[GlyphFormatNum];
|
static GlyphHashRec globalGlyphs[GlyphFormatNum];
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue