elm_conform: remove duplicated constructor call

It is duplicated in commit ccbc27f24d.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8303
This commit is contained in:
Yeongjong Lee 2019-03-12 07:14:06 +00:00 committed by Marcel Hollerbach
parent 12e0ee8742
commit c6e0a8cbc6
1 changed files with 0 additions and 1 deletions

View File

@ -997,7 +997,6 @@ _elm_conformant_efl_object_constructor(Eo *obj, Elm_Conformant_Data *sd)
(void)parent;
#endif
obj = efl_constructor(efl_super(obj, MY_CLASS));
efl_canvas_object_type_set(obj, MY_CLASS_NAME_LEGACY);
evas_object_smart_callbacks_descriptions_set(obj, _smart_callbacks);
efl_access_object_role_set(obj, EFL_ACCESS_ROLE_FILLER);