diff options
Diffstat (limited to 'core/string/node_path.h')
-rw-r--r-- | core/string/node_path.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/string/node_path.h b/core/string/node_path.h index 26e15636d9..a277ab26fa 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; |