cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cdf7db2fa92121f997309446caa94ec8d23d4ec5

commit cdf7db2fa92121f997309446caa94ec8d23d4ec5
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Wed Oct 30 22:19:57 2013 +0900

    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.b...@free.fr>
---
 src/lib/edje/edje_edit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/edje/edje_edit.c b/src/lib/edje/edje_edit.c
index 17e1628..dc62e55 100644
--- a/src/lib/edje/edje_edit.c
+++ b/src/lib/edje/edje_edit.c
@@ -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;

-- 


Reply via email to