summaryrefslogtreecommitdiff
path: root/scene/main/node.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-04-06 09:44:38 +0200
committerGitHub <noreply@github.com>2020-04-06 09:44:38 +0200
commit6b07c72d760a90acd862f636ac44b6945b8fa45b (patch)
tree283c18d31c448a2db93b84d2df7202333f783ac3 /scene/main/node.h
parent11f31a732922571bf6e0398a5192132ae67aee16 (diff)
parentc1023157eb761efcda07c3fa2015517b8a3621e1 (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.h2
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