summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2010-11-19 16:25:51 -0500
committerAdam Jackson <ajax@redhat.com>2010-11-30 13:46:09 -0500
commit87f5b843a08fd92b4b31c04e3e6d947b8bc0d160 (patch)
treeba1a784407ecdc28422443b7e919293a478a60d5 /render
parent606e079cc4d9a9db3197652ca51683c36f74efb8 (diff)
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>
Diffstat (limited to 'render')
-rw-r--r--render/glyphstr.h3
1 files changed, 1 insertions, 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;