jaehyun pushed a commit to branch master.

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

commit 2d422482d3b5f94ab747dd21126b1de79dbf6bd7
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Fri Dec 8 18:13:54 2017 +0900

    efl_ui_popup_alert: Remove unnecessary elm_layout_sizing_eval
---
 src/lib/elementary/efl_ui_popup_alert.c | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/src/lib/elementary/efl_ui_popup_alert.c 
b/src/lib/elementary/efl_ui_popup_alert.c
index 58922b12d8..bf659db386 100644
--- a/src/lib/elementary/efl_ui_popup_alert.c
+++ b/src/lib/elementary/efl_ui_popup_alert.c
@@ -23,20 +23,6 @@ static const char 
BUTTON_SWALLOW_NAME[EFL_UI_POPUP_ALERT_BUTTON_COUNT][20] =
                                                  "elm.swallow.button2",
                                                  "elm.swallow.button3"};
 
-EOLIAN static void
-_efl_ui_popup_alert_elm_layout_sizing_eval(Eo *obj, Efl_Ui_Popup_Alert_Data 
*pd EINA_UNUSED)
-{
-   elm_layout_sizing_eval(efl_super(obj, MY_CLASS));
-
-   ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd);
-   Evas_Coord minw = -1, minh = -1;
-
-   elm_coords_finger_size_adjust(1, &minw, 1, &minh);
-   edje_object_size_min_restricted_calc
-      (wd->resize_obj, &minw, &minh, minw, minh);
-   efl_gfx_size_hint_min_set(obj, EINA_SIZE2D(minw, minh));
-}
-
 static Eina_Bool
 _efl_ui_popup_alert_text_set(Eo *obj, Efl_Ui_Popup_Alert_Data *pd, const char 
*part, const char *label)
 {
@@ -223,7 +209,4 @@ ELM_PART_OVERRIDE_TEXT_GET(efl_ui_popup_alert, 
EFL_UI_POPUP_ALERT, Efl_Ui_Popup_
 
 /* Efl.Part end */
 
-#define EFL_UI_POPUP_ALERT_EXTRA_OPS \
-   ELM_LAYOUT_SIZING_EVAL_OPS(efl_ui_popup_alert)
-
 #include "efl_ui_popup_alert.eo.c"

-- 


Reply via email to