chr never used in func.

SVN revision: 56175
This commit is contained in:
Carsten Haitzler 2011-01-16 06:19:12 +00:00
parent e7bd084847
commit e0fbc8d169
1 changed files with 0 additions and 2 deletions

View File

@ -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;