summaryrefslogtreecommitdiff
path: root/scene/main/node.h
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2022-11-12 16:54:06 +0100
committerMicky <micheledevita2@gmail.com>2022-11-12 17:55:42 +0100
commit9b422684670e55e91e7b6864a4cd0d8b4ac01171 (patch)
treeca4fd71d7ddefc51862785f4a9e3176803194ad5 /scene/main/node.h
parentc17f17eb98188a7134c85bdbdf0123127c462046 (diff)
Make `Node.print_orphan_nodes()` static
Diffstat (limited to 'scene/main/node.h')
-rw-r--r--scene/main/node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/node.h b/scene/main/node.h
index 4a3ec253b1..4afb5225ae 100644
--- a/scene/main/node.h
+++ b/scene/main/node.h
@@ -173,7 +173,6 @@ private:
void _propagate_ready();
void _propagate_exit_tree();
void _propagate_after_exit_tree();
- void _print_orphan_nodes();
void _propagate_process_owner(Node *p_owner, int p_pause_notification, int p_enabled_notification);
void _propagate_groups_dirty();
Array _get_node_and_resource(const NodePath &p_path);