diff --git a/core/string/node_path.h b/core/string/node_path.h index 26e15636d98..a277ab26fac 100644 --- a/core/string/node_path.h +++ b/core/string/node_path.h @@ -66,8 +66,6 @@ public: void prepend_period(); - NodePath get_parent() const; - _FORCE_INLINE_ uint32_t hash() const { if (!data) { return 0;