From 83e87ca4b660d3068ef9485c396dc6aabbb05d11 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 9 Aug 2010 07:50:05 +0000 Subject: [PATCH] (try_otf): Remove unused local vars. --- src/m17n-flt.c | 4 ---- 1 file changed, 4 deletions(-) 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; -- 1.7.10.4