diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-06 00:11:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-06 00:11:59 +0100 |
commit | e070362bd0e8213d121fb9be5c11f1b58c7562e4 (patch) | |
tree | a6aa337ebdb63ed96f4ecf8de11b364fb1431a8e /scene | |
parent | 1816f49886c32c89e328edfe4fbd99fcf9292530 (diff) | |
parent | 82c00c21e6d907a4be81f6cc404181acc7060265 (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.cpp | 1 |
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); |