bu5hm4n pushed a commit to branch master.

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

commit c6e0a8cbc617e59c8b928d25d11726628bbd241a
Author: Yeongjong Lee <yj34....@samsung.com>
Date:   Tue Mar 12 07:14:06 2019 +0000

    elm_conform: remove duplicated constructor call
    
    It is duplicated in commit ccbc27f24da1f6fd1494f478f36359aaf1502dc2.
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D8303
---
 src/lib/elementary/elm_conform.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elementary/elm_conform.c b/src/lib/elementary/elm_conform.c
index 82b5e2fe7d..a72c08eafc 100644
--- a/src/lib/elementary/elm_conform.c
+++ b/src/lib/elementary/elm_conform.c
@@ -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);

-- 


Reply via email to