]> granicus.if.org Git - libass/commitdiff
Remove unused variable
authorGrigori Goronzy <greg@blackbox>
Sat, 16 Jul 2011 01:12:16 +0000 (03:12 +0200)
committerGrigori Goronzy <greg@blackbox>
Sat, 16 Jul 2011 01:12:16 +0000 (03:12 +0200)
libass/ass_shaper.c

index 9796dc55d92f65d1291dfcdb718f2de5a429e4da..e6745da864da1ff2ff98461b1793bb7e11bd3ba1 100644 (file)
@@ -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