mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #48126 from akien-mga/nodepath-remove-unimplemented-get_parent
NodePath: Remove unimplemented `get_parent()` method
This commit is contained in:
commit
eeccab26c5
@ -66,8 +66,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