Evas text: Removed unused variables.
authorTom Hacohen <tom@stosb.com>
Fri, 7 Jun 2013 16:45:13 +0000 (17:45 +0100)
committerTom Hacohen <tom@stosb.com>
Fri, 7 Jun 2013 17:09:50 +0000 (18:09 +0100)
src/lib/evas/canvas/evas_object_text.c

index ed765fc..e967748 100644 (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)