mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:

committed by
Robert Mader

parent
59e454f01e
commit
237f277641
@ -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
|
||||
|
Reference in New Issue
Block a user