Ui Scroller : remove unnecessary efl_del

Child objects are already destoryed during destruction of the parent
object.

This fixes ERR messages when doing `efl_del(sd->smanager)`
object, which is already destroyed at that point.
This commit is contained in:
Daniel Hirt 2018-11-15 10:55:46 +02:00
parent a7b1329b0e
commit 6e92042845
1 changed files with 0 additions and 1 deletions

View File

@ -454,7 +454,6 @@ _efl_ui_scroller_efl_object_destructor(Eo *obj,
_efl_ui_scroller_pan_resized_cb, obj);
efl_del(sd->pan_obj);
sd->pan_obj = NULL;
efl_del(sd->smanager);
sd->smanager = NULL;
efl_destructor(efl_super(obj, MY_CLASS));