1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

NodePath: Remove unimplemented get_parent() method

Fixes #48100.
This commit is contained in:
Rémi Verschelde
2021-04-23 12:36:54 +02:00
parent c04681b969
commit 12f826da7d

View File

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