efl_ui_focus_manager_sub: remove needless call

Summary: focus manager is not assigned in constructor

Reviewers: bu5hm4n

Reviewed By: bu5hm4n

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5772
This commit is contained in:
YeongJong Lee 2018-02-15 14:53:46 +01:00 committed by Marcel Hollerbach
parent 837a806b21
commit 6f0d962f67
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ _efl_ui_focus_manager_sub_efl_object_constructor(Eo *obj, Efl_Ui_Focus_Manager_S
{
obj = efl_constructor(efl_super(obj, MY_CLASS));
efl_event_callback_array_add(obj, self_manager(), obj);
_flush_manager(obj, pd);
return obj;
}