From 77c23cf30a08663689b6cecc93ccf9de88e79b4b Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sat, 16 Jul 2011 03:12:16 +0200 Subject: Remove unused variable --- libass/ass_shaper.c | 2 -- 1 file changed, 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 -- cgit v1.2.3