Merge pull request #48126 from akien-mga/nodepath-remove-unimplemented-get_parent

NodePath: Remove unimplemented `get_parent()` method
This commit is contained in:
Rémi Verschelde 2021-04-23 13:34:39 +02:00 committed by GitHub
commit eeccab26c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ public:
void prepend_period();
NodePath get_parent() const;
_FORCE_INLINE_ uint32_t hash() const {
if (!data) {
return 0;