From: handa Date: Mon, 9 Aug 2010 07:50:05 +0000 (+0000) Subject: (try_otf): Remove unused local vars. X-Git-Tag: REL-1-6-2~71 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=83e87ca4b660d3068ef9485c396dc6aabbb05d11;p=m17n%2Fm17n-lib.git (try_otf): Remove unused local vars. --- diff --git a/src/m17n-flt.c b/src/m17n-flt.c index 65970d4..e082fe3 100644 --- a/src/m17n-flt.c +++ b/src/m17n-flt.c @@ -2018,7 +2018,6 @@ try_otf (int depth, MFLTOtfSpec *otf_spec, int from, int to, FontLayoutContext *ctx) { MFLTFont *font = ctx->font; - int from_idx = ctx->out->used; if (MDEBUG_FLAG () > 2) MDEBUG_PRINT3 ("\n [FLT] %*s%s", depth, "", MSYMBOL_NAME (otf_spec->sym)); @@ -2054,9 +2053,6 @@ try_otf (int depth, MFLTOtfSpec *otf_spec, int from, int to, font->get_glyph_id (font, ctx->in, from, to); if (mflt_try_otf) { - int out_len; - int i; - to = mflt_try_otf (font, otf_spec, ctx->in, from, to); if (to < 0) return from;