cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=d30e108d7559883dc99017cbca1b75763245a81a

commit d30e108d7559883dc99017cbca1b75763245a81a
Author: Minkyu Kang <mk7.k...@samsung.com>
Date:   Tue Mar 22 15:59:05 2016 -0700

    image: remove duplicate _elm_image_internal_sizing_eval call
    
    Summary:
    When set the file to image widget, _elm_image_internal_sizing_eval is 
called many times.
    This patch will remove duplicate call.
    In _elm_image_sizing_eval function, elm_obj_image_scale_set will be called 
always,
    calling _elm_image_internal_sizing_eval is unnecessary.
    
    Signed-off-by: Minkyu Kang <mk7.k...@samsung.com>
    
    Reviewers: Hermet, cedric
    
    Subscribers: seoz
    
    Differential Revision: https://phab.enlightenment.org/D3730
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/elm_image.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elm_image.c b/src/lib/elm_image.c
index 73236d0..c3025bf 100644
--- a/src/lib/elm_image.c
+++ b/src/lib/elm_image.c
@@ -804,8 +804,6 @@ _elm_image_sizing_eval(Eo *obj, Elm_Image_Data *sd)
    int w = 0, h = 0;
    double ts;
 
-   _elm_image_internal_sizing_eval(obj, sd);
-
    efl_image_smooth_scale_set(obj, sd->smooth);
 
    if (sd->no_scale)

-- 


Reply via email to