From bc140047b65e700d77e4923ab493d8ecefffc669 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 26 Jun 2012 06:49:28 +0000 Subject: [PATCH] unused-- SVN revision: 72844 --- legacy/evas/src/lib/engines/common/evas_font_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/engines/common/evas_font_query.c b/legacy/evas/src/lib/engines/common/evas_font_query.c index cd54a29243..ddd6a5c919 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_query.c +++ b/legacy/evas/src/lib/engines/common/evas_font_query.c @@ -331,7 +331,7 @@ evas_common_font_query_advance(RGBA_Font *fn, const Evas_Text_Props *text_props, Evas_Coord ret_adv = 0; if (text_props->len > 0) { - RGBA_Font_Int *fi = text_props->font_instance; +// RGBA_Font_Int *fi = text_props->font_instance; const Evas_Font_Glyph_Info *glyph = text_props->info->glyph + text_props->start; const Evas_Font_Glyph_Info *last_glyph = glyph + text_props->len - 1;