efl: Remove unused variables

Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 79957
This commit is contained in:
Mike McCormack 2012-12-01 01:12:35 +00:00 committed by Mike McCormack
parent 8ecc925249
commit 88053411c6
1 changed files with 0 additions and 3 deletions

View File

@ -326,9 +326,6 @@ evas_object_textgrid_textprop_unref(Evas_Object_Textgrid *o, unsigned int props_
(void *)((uintptr_t)props_index));
else
{
Evas_Glyph *glyphs = props->glyphs;
int glyphs_length = props->glyphs_length;
evas_common_text_props_content_nofree_unref(props);
}
}