Evas: Fix compilation warning (-Wshadow)

This commit is contained in:
Jean-Philippe Andre 2015-02-13 14:00:23 +09:00
parent 968751f835
commit 681573c555
1 changed files with 0 additions and 1 deletions

View File

@ -10103,7 +10103,6 @@ evas_textblock_cursor_char_coord_set(Evas_Textblock_Cursor *cur, Evas_Coord x, E
return EINA_TRUE;
}
Evas_Object_Protected_Data *obj = eo_data_scope_get(cur->obj, EVAS_OBJECT_CLASS);
EINA_INLIST_FOREACH(ln->items, it)
{
if (((it->x + ln->x) <= x) && (((it->x + ln->x) + it->adv) > x))