summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-06-28 21:02:09 +0200
committerGrigori Goronzy <greg@blackbox>2011-06-28 21:02:09 +0200
commit5f92b784b89e7d7e734380b34d5dbd39987b0433 (patch)
tree82533ccee46e4aaddd8f7d728eb7ffca2f7ba9bb
parentc5a9f1ab5b445bd0bb3d3a514281c46c58b4af1f (diff)
downloadlibass-5f92b784b89e7d7e734380b34d5dbd39987b0433.tar.bz2
libass-5f92b784b89e7d7e734380b34d5dbd39987b0433.tar.xz
Remove unused hash key item
-rw-r--r--libass/ass_cache_template.h1
1 files changed, 0 insertions, 1 deletions
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)