efl_ui_widget: fix warning
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 22 Jul 2019 08:43:12 +0000 (10:43 +0200)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 23 Jul 2019 05:09:40 +0000 (14:09 +0900)
src/lib/elementary/efl_ui_widget.c

index 4d2c1d1..6bcb619 100644 (file)
@@ -381,7 +381,7 @@ _candidacy_exam(Eo *obj)
 static void _full_eval(Eo *obj, Elm_Widget_Smart_Data *pd);
 
 static Efl_Ui_Focus_Object*
-_focus_manager_eval(Eo *obj, Elm_Widget_Smart_Data *pd, Eina_Bool want, Eina_Bool should)
+_focus_manager_eval(Eo *obj, Elm_Widget_Smart_Data *pd)
 {
    Evas_Object *provider = NULL;
    Evas_Object *parent;
@@ -613,7 +613,7 @@ _full_eval(Eo *obj, Elm_Widget_Smart_Data *pd)
      }
 
 
-   _focus_manager_eval(obj, pd, want_full, should);
+   _focus_manager_eval(obj, pd);
 
    old_registered_parent = pd->focus.parent;
    old_registered_manager = pd->focus.manager;