evas - textgrid - clear up unused var warning

This commit is contained in:
Carsten Haitzler 2014-01-24 10:01:23 +09:00
parent 345c1ad26d
commit aa761eaae9
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ evas_object_textgrid_textprop_ref(Evas_Object *eo_obj, Evas_Object_Textgrid *o,
{
Evas_Textgrid_Hash_Glyphs *tmp;
unsigned char *tmp_used;
int count, i;
int count;
/* FIXME: find empty entry */
if (o->master[offset].next[(codepoint & mask) >> shift] == 0)