mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove unused SceneTree::make_group_changed
This commit is contained in:
parent
db66343528
commit
51a063d6d3
2 changed files with 0 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue