edje: fix typos/miss merge with a wrong return in edje_edit_image_del.

Because of unconditional return in function, a huge part of its body was
skipped making this function useless. Looked like a typo or missed merge.

Reviewers: cedric, seoz

CC: seoz

Differential Revision: https://phab.enlightenment.org/D281

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
This commit is contained in:
Andrii Kroitor 2013-10-30 22:19:57 +09:00 committed by Cedric Bail
parent a4e1a2e80a
commit cdf7db2fa9
1 changed files with 0 additions and 2 deletions

View File

@ -4407,8 +4407,6 @@ edje_edit_image_del(Evas_Object *obj, const char* name)
if (!ed->file->image_dir)
goto invalid_image;
return EINA_TRUE;
for (i = 0; i < ed->file->image_dir->entries_count; ++i)
{
de = ed->file->image_dir->entries + i;