render: Reshuffle and cull dead field from GlyphSetRec

Reviewed-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2010-11-19 16:25:51 -05:00
parent 606e079cc4
commit 87f5b843a0

View File

@ -71,10 +71,9 @@ typedef struct _GlyphHash {
typedef struct _GlyphSet {
CARD32 refcnt;
PictFormatPtr format;
int fdepth;
PictFormatPtr format;
GlyphHashRec hash;
int maxPrivate;
PrivateRec *devPrivates;
} GlyphSetRec, *GlyphSetPtr;