clutter/actor: Remove clutter_actor_unparent

Pretty much the same set of changes of the previous commit, but
for clutter_actor_unparent().

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
This commit is contained in:
Georges Basile Stavracas Neto
2020-06-26 14:21:57 -03:00
committed by Robert Mader
parent 59e454f01e
commit 237f277641
4 changed files with 2 additions and 49 deletions

View File

@ -62,7 +62,7 @@ test_destroy_remove (ClutterContainer *container,
g_assert_true (g_list_find (self->children, actor));
self->children = g_list_remove (self->children, actor);
clutter_actor_unparent (actor);
clutter_actor_remove_child (CLUTTER_ACTOR (container), actor);
}
static void