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;