From 66ed68aba1de582ffe6b4672ae22cc761f1e6534 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Tue, 26 Jun 2012 06:49:28 +0000 Subject: [PATCH] unused-- git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@72844 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/engines/common/evas_font_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/engines/common/evas_font_query.c b/src/lib/engines/common/evas_font_query.c index cd54a29..ddd6a5c 100644 --- a/src/lib/engines/common/evas_font_query.c +++ b/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; -- 2.7.4