summaryrefslogtreecommitdiff
path: root/scene/main/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main/node.h')
-rw-r--r--scene/main/node.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/scene/main/node.h b/scene/main/node.h
index 5253ed2e45..2bd7ca72fe 100644
--- a/scene/main/node.h
+++ b/scene/main/node.h
@@ -185,12 +185,6 @@ private:
void _set_tree(SceneTree *p_tree);
-#ifdef TOOLS_ENABLED
- friend class SceneTreeEditor;
-#endif
- static String invalid_character;
- static bool _validate_node_name(String &p_name);
-
protected:
void _block() { data.blocked++; }
void _unblock() { data.blocked--; }