summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-01-05 21:04:37 +0300
committerYuri Sizov <yuris@humnom.net>2023-01-05 21:04:54 +0300
commit82c00c21e6d907a4be81f6cc404181acc7060265 (patch)
treea550104b5b23be3772fdcce77c58cf3d76bf1a91 /scene
parent1d14c054a12dacdc193b589e4afb0ef319ee2aae (diff)
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);