From 9f5d537993c81d98f8c5848279f9ce89661bfc85 Mon Sep 17 00:00:00 2001 From: Franklin Sobrinho Date: Wed, 27 Jan 2016 11:10:51 -0300 Subject: Fix animation toolbar --- tools/editor/plugins/animation_player_editor_plugin.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/editor/plugins') 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() { -- cgit v1.2.3-70-g09d2