Eo: Removed redundant reparent.

SVN revision: 71792
This commit is contained in:
Tom Hacohen 2012-06-07 10:54:08 +00:00
parent 5dc9809f66
commit 27d522514d
1 changed files with 0 additions and 1 deletions

View File

@ -1258,7 +1258,6 @@ _eo_del_internal(Eo *obj)
}
}
eo_parent_set(obj, NULL);
while (obj->children)
{
eo_parent_set(EINA_INLIST_CONTAINER_GET(obj->children, Eo), NULL);