notify: remove redundant _sizing_eval function call 83/106783/2
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 23 Dec 2016 05:05:33 +0000 (14:05 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 2 Jan 2017 10:07:27 +0000 (02:07 -0800)
Change-Id: I12ac0ab4a0df124b9949e8b0a610859790bab15c
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
src/lib/elm_notify.c

index 6ce0e06100b66b3a34d35a55ce213738a5410b53..ef7594edede6b96d9672567abfac41e309f1c7b8 100644 (file)
@@ -410,7 +410,6 @@ _elm_notify_elm_container_content_set(Eo *obj, Elm_Notify_Data *sd, const char *
         edje_object_part_swallow(sd->notify, "elm.swallow.content", content);
      }
 
-   _sizing_eval(obj);
    _calc(obj);
 
    return EINA_TRUE;
@@ -568,7 +567,6 @@ _elm_notify_elm_widget_parent_set(Eo *obj, Elm_Notify_Data *sd, Evas_Object *par
           (parent, EVAS_CALLBACK_DEL, _parent_del_cb, obj);
         evas_object_event_callback_add
           (parent, EVAS_CALLBACK_HIDE, _parent_hide_cb, obj);
-        _sizing_eval(obj);
      }
 
    _calc(obj);