NodePath: Remove unimplemented get_parent() method

Fixes #48100.

(cherry picked from commit 12f826da7d)
This commit is contained in:
Rémi Verschelde 2021-04-23 12:36:54 +02:00
parent 5820e36705
commit 6ed82812aa
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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