summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_tree_editor_plugin.h
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 /editor/plugins/animation_blend_tree_editor_plugin.h
parent1d14c054a12dacdc193b589e4afb0ef319ee2aae (diff)
downloadredot-engine-82c00c21e6d907a4be81f6cc404181acc7060265.tar.gz
Simplify some editor plugin logic and remove dead code
Diffstat (limited to 'editor/plugins/animation_blend_tree_editor_plugin.h')
-rw-r--r--editor/plugins/animation_blend_tree_editor_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_tree_editor_plugin.h b/editor/plugins/animation_blend_tree_editor_plugin.h
index fe7b2efc1c..b471d47df6 100644
--- a/editor/plugins/animation_blend_tree_editor_plugin.h
+++ b/editor/plugins/animation_blend_tree_editor_plugin.h
@@ -123,7 +123,6 @@ class AnimationNodeBlendTreeEditor : public AnimationTreeNodeEditorPlugin {
void _connection_from_empty(const String &p_to, int p_to_slot, const Vector2 &p_release_position);
void _property_changed(const StringName &p_property, const Variant &p_value, const String &p_field, bool p_changing);
- void _removed_from_graph();
void _update_editor_settings();
void _update_theme();