From: Grigori Goronzy Date: Tue, 28 Jun 2011 19:02:09 +0000 (+0200) Subject: Remove unused hash key item X-Git-Tag: 0.10.0~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f92b784b89e7d7e734380b34d5dbd39987b0433;p=libass Remove unused hash key item --- diff --git a/libass/ass_cache_template.h b/libass/ass_cache_template.h index f2080a6..2339e2b 100644 --- a/libass/ass_cache_template.h +++ b/libass/ass_cache_template.h @@ -93,7 +93,6 @@ START(glyph, glyph_hash_key) GENERIC(unsigned, scale_x) // 16.16 GENERIC(unsigned, scale_y) // 16.16 FTVECTOR(outline) // border width, 16.16 - GENERIC(unsigned, drawing_hash) // hashcode of a drawing GENERIC(unsigned, flags) // glyph decoration flags GENERIC(unsigned, border_style) END(GlyphHashKey)