aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins
diff options
context:
space:
mode:
authorRémi Verschelde2016-01-27 17:29:55 +0100
committerRémi Verschelde2016-01-27 17:29:55 +0100
commit9e2736b98491141c4e9da7f134a54c77dbbd313e (patch)
treeb01d86664e2dd4aea184d62591939a6b9de61ca8 /tools/editor/plugins
parent928156652c77a7669ab6ea3f5d2de3a24e91620e (diff)
parent9f5d537993c81d98f8c5848279f9ce89661bfc85 (diff)
downloadgodot-9e2736b98491141c4e9da7f134a54c77dbbd313e.tar.gz
godot-9e2736b98491141c4e9da7f134a54c77dbbd313e.tar.zst
godot-9e2736b98491141c4e9da7f134a54c77dbbd313e.zip
Merge pull request #3485 from TheHX/issue-3465
Fix animation toolbar
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r--tools/editor/plugins/animation_player_editor_plugin.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/tools/editor/plugins/animation_player_editor_plugin.cpp
index 43b4276d4..0e2977c5a 100644
--- a/tools/editor/plugins/animation_player_editor_plugin.cpp
+++ b/tools/editor/plugins/animation_player_editor_plugin.cpp
@@ -128,16 +128,9 @@ void AnimationPlayerEditor::_notification(int p_what) {
anim_editor_load->set_hover_texture( get_icon("AnimGetHl","EditorIcons"));
anim_editor_store->set_hover_texture( get_icon("AnimSetHl","EditorIcons"));
*/
- }
-
- if (p_what==NOTIFICATION_READY) {
get_tree()->connect("node_removed",this,"_node_removed");
}
-
- if (p_what==NOTIFICATION_DRAW) {
-
- }
}
void AnimationPlayerEditor::_autoplay_pressed() {