diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-04-23 12:36:54 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-04-23 12:37:53 +0200 |
commit | 12f826da7d8fca9d365ec5b737fdcd891a72b7ce (patch) | |
tree | be42f421faac840cf8b7edaa07bd8000fc9a8c1d /core | |
parent | c04681b969f3e280b1a110658a69a3fdcd663421 (diff) |
NodePath: Remove unimplemented `get_parent()` method
Fixes #48100.
Diffstat (limited to 'core')
-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; |