efl_canvas_vg_container: remove unnecessary parent set.

the duplicated object must be set its parent by caller,
it shouldn't set it by itself internally.
This commit is contained in:
Hermet Park 2019-06-26 20:48:19 +09:00
parent b9661d85cd
commit 4ff8c5f7b2
1 changed files with 0 additions and 1 deletions

View File

@ -399,7 +399,6 @@ _efl_canvas_vg_container_efl_duplicate_duplicate(const Eo *obj,
container = efl_duplicate(efl_super(obj, MY_CLASS));
efl_event_callback_add(container, EFL_EVENT_INVALIDATE, _invalidate_cb, NULL);
efl_parent_set(container, efl_parent_get(obj));
//Copy Mask
if (pd->mask_src)