From c1860fe88b8dfe58828a06cdebb305e4528c6444 Mon Sep 17 00:00:00 2001 From: Andrea Catania Date: Wed, 25 Jul 2018 16:48:18 +0200 Subject: Fixed process priority --- scene/main/node.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scene/main/node.cpp') diff --git a/scene/main/node.cpp b/scene/main/node.cpp index 68de7b3a0a..6144240328 100644 --- a/scene/main/node.cpp +++ b/scene/main/node.cpp @@ -1415,11 +1415,6 @@ bool Node::is_greater_than(const Node *p_node) const { return res; } -bool Node::has_priority_higher_than(const Node *p_node) const { - ERR_FAIL_NULL_V(p_node, false); - return data.process_priority > p_node->data.process_priority; -} - void Node::get_owned_by(Node *p_by, List *p_owned) { if (data.owner == p_by) -- cgit v1.2.3