diff options
author | Adam Jackson <ajax@redhat.com> | 2010-11-19 16:25:51 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2010-11-30 13:46:09 -0500 |
commit | 87f5b843a08fd92b4b31c04e3e6d947b8bc0d160 (patch) | |
tree | ba1a784407ecdc28422443b7e919293a478a60d5 | |
parent | 606e079cc4d9a9db3197652ca51683c36f74efb8 (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>
-rw-r--r-- | render/glyphstr.h | 3 |
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; |