mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
NodePath: Remove unimplemented get_parent()
method
Fixes #48100. (cherry picked from commit 12f826da7d8fca9d365ec5b737fdcd891a72b7ce)
This commit is contained in:
parent
5820e36705
commit
6ed82812aa
@ -77,8 +77,6 @@ public:
|
||||
|
||||
void prepend_period();
|
||||
|
||||
NodePath get_parent() const;
|
||||
|
||||
_FORCE_INLINE_ uint32_t hash() const {
|
||||
if (!data)
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user