From 87f5b843a08fd92b4b31c04e3e6d947b8bc0d160 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 19 Nov 2010 16:25:51 -0500 Subject: [PATCH] render: Reshuffle and cull dead field from GlyphSetRec Reviewed-by: Keith Packard Reviewed-by: Matt Turner Signed-off-by: Adam Jackson --- render/glyphstr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/render/glyphstr.h b/render/glyphstr.h index 6c1a837e0..cc9f2843f 100644 --- a/render/glyphstr.h +++ b/render/glyphstr.h @@ -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;