NodePath: Remove unimplemented get_parent() method
Fixes #48100.
(cherry picked from commit 12f826da7d)
This commit is contained in:
@ -77,8 +77,6 @@ public:
|
|||||||
|
|
||||||
void prepend_period();
|
void prepend_period();
|
||||||
|
|
||||||
NodePath get_parent() const;
|
|
||||||
|
|
||||||
_FORCE_INLINE_ uint32_t hash() const {
|
_FORCE_INLINE_ uint32_t hash() const {
|
||||||
if (!data)
|
if (!data)
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user