Evas text: Removed unused variables.

This commit is contained in:
Tom Hacohen 2013-06-07 17:45:13 +01:00
parent b9a6337b67
commit e1cffeecef
1 changed files with 0 additions and 1 deletions

View File

@ -2399,7 +2399,6 @@ _evas_object_text_recalc(Evas_Object *eo_obj, Eina_Unicode *text)
EINA_INLIST_GET(item)->next, Evas_Object_Text_Item))
{
int asc = 0, desc = 0;
int max_asc = 0, max_desc = 0;
/* Skip items without meaning full information. */
if (!item->text_props.font_instance)