diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-04-23 13:34:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 13:34:39 +0200 |
commit | eeccab26c5641409092547e02ad11e6253ac1b87 (patch) | |
tree | be42f421faac840cf8b7edaa07bd8000fc9a8c1d /core | |
parent | c04681b969f3e280b1a110658a69a3fdcd663421 (diff) | |
parent | 12f826da7d8fca9d365ec5b737fdcd891a72b7ce (diff) |
Merge pull request #48126 from akien-mga/nodepath-remove-unimplemented-get_parent
NodePath: Remove unimplemented `get_parent()` method
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; |