1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-27 15:57:02 +00:00

Remove unused SceneTree::make_group_changed

This commit is contained in:
Haoyu Qiu
2025-05-13 16:40:17 +08:00
parent db66343528
commit 51a063d6d3
2 changed files with 0 additions and 9 deletions

View File

@@ -227,7 +227,6 @@ private:
Group *add_to_group(const StringName &p_group, Node *p_node);
void remove_from_group(const StringName &p_group, Node *p_node);
void make_group_changed(const StringName &p_group);
void _process_group(ProcessGroup *p_group, bool p_physics);
void _process_groups_thread(uint32_t p_index, bool p_physics);