diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-04-06 09:44:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 09:44:38 +0200 |
commit | 6b07c72d760a90acd862f636ac44b6945b8fa45b (patch) | |
tree | 283c18d31c448a2db93b84d2df7202333f783ac3 /scene/main/node.h | |
parent | 11f31a732922571bf6e0398a5192132ae67aee16 (diff) | |
parent | c1023157eb761efcda07c3fa2015517b8a3621e1 (diff) |
Merge pull request #37556 from KoBeWi/kill_get_index
Remove Node.get_position_in_parent()
Diffstat (limited to 'scene/main/node.h')
-rw-r--r-- | scene/main/node.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index 292ec0e291..5de07d506e 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -369,8 +369,6 @@ public: void set_process_unhandled_key_input(bool p_enable); bool is_processing_unhandled_key_input() const; - int get_position_in_parent() const; - Node *duplicate(int p_flags = DUPLICATE_GROUPS | DUPLICATE_SIGNALS | DUPLICATE_SCRIPTS) const; Node *duplicate_and_reown(const Map<Node *, Node *> &p_reown_map) const; #ifdef TOOLS_ENABLED |