From e0fbc8d1690665c29f1344f66f695ee1b68085de Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 16 Jan 2011 06:19:12 +0000 Subject: [PATCH] chr never used in func. SVN revision: 56175 --- legacy/evas/src/lib/engines/common/evas_font_query.c | 2 -- 1 file changed, 2 deletions(-) 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 4fe45799ff..e570f69e11 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_query.c +++ b/legacy/evas/src/lib/engines/common/evas_font_query.c @@ -178,13 +178,11 @@ evas_common_font_query_inset(RGBA_Font *fn, const Eina_Unicode *text) { FT_UInt index; RGBA_Font_Glyph *fg; - int chr; int gl; RGBA_Font_Int *fi; fi = fn->fonts->data; - chr = 0; if (!*text) return 0; gl = *text; if (gl == 0) return 0;