summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-07-16 03:12:16 +0200
committerGrigori Goronzy <greg@blackbox>2011-07-16 03:12:16 +0200
commit77c23cf30a08663689b6cecc93ccf9de88e79b4b (patch)
tree0ab93342b05818cbcab2e15ed5475abe00c6ac5f
parentab9053174b7815d2c0b9cb7a5a726cb2e183ec4e (diff)
downloadlibass-77c23cf30a08663689b6cecc93ccf9de88e79b4b.tar.bz2
libass-77c23cf30a08663689b6cecc93ccf9de88e79b4b.tar.xz
Remove unused variable
-rw-r--r--libass/ass_shaper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass_shaper.c b/libass/ass_shaper.c
index 9796dc5..e6745da 100644
--- a/libass/ass_shaper.c
+++ b/libass/ass_shaper.c
@@ -307,8 +307,6 @@ void ass_shaper_find_runs(ASS_Shaper *shaper, ASS_Renderer *render_priv,
if (i > 0)
info->face_index = last->face_index;
// set size and get glyph index
- double size_scaled = ensure_font_size(render_priv,
- info->font_size * render_priv->font_scale);
ass_font_get_index(render_priv->fontconfig_priv, info->font,
info->symbol, &info->face_index, &info->glyph_index);
// shape runs share the same font face and size