summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-06 00:11:59 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-06 00:11:59 +0100
commite070362bd0e8213d121fb9be5c11f1b58c7562e4 (patch)
treea6aa337ebdb63ed96f4ecf8de11b364fb1431a8e /scene
parent1816f49886c32c89e328edfe4fbd99fcf9292530 (diff)
parent82c00c21e6d907a4be81f6cc404181acc7060265 (diff)
Merge pull request #70963 from YuriSizov/editor-dead-codes-society
Simplify some editor plugin logic and remove dead code
Diffstat (limited to 'scene')
-rw-r--r--scene/animation/animation_tree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/animation/animation_tree.cpp b/scene/animation/animation_tree.cpp
index 0fb307eaf5..ab341797c7 100644
--- a/scene/animation/animation_tree.cpp
+++ b/scene/animation/animation_tree.cpp
@@ -431,7 +431,6 @@ void AnimationNode::_bind_methods() {
GDVIRTUAL_BIND(_get_caption);
GDVIRTUAL_BIND(_has_filter);
- ADD_SIGNAL(MethodInfo("removed_from_graph"));
ADD_SIGNAL(MethodInfo("tree_changed"));
BIND_ENUM_CONSTANT(FILTER_IGNORE);