summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2017-05-03 05:13:12 +0900
committervolzhs <volzhs@gmail.com>2017-05-09 17:46:54 +0900
commitbb8129304791e8cde23694168b9e121b71161e96 (patch)
tree2f1d71c3c14a615ecb6b669d388ca8e5012ed5c6 /editor/plugins/animation_player_editor_plugin.cpp
parent17e8e343fb900c3b308b3a6cb8611a16b476e71e (diff)
downloadredot-engine-bb8129304791e8cde23694168b9e121b71161e96.tar.gz
New customizable editor theme
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_player_editor_plugin.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp
index 0be7b202a8..8a1e220fe3 100644
--- a/editor/plugins/animation_player_editor_plugin.cpp
+++ b/editor/plugins/animation_player_editor_plugin.cpp
@@ -118,8 +118,6 @@ void AnimationPlayerEditor::_notification(int p_what) {
blend_editor.next->connect("item_selected", this, "_blend_editor_next_changed");
- nodename->set_icon(get_icon("AnimationPlayer", "EditorIcons"));
-
/*
anim_editor_load->set_normal_texture( get_icon("AnimGet","EditorIcons"));
anim_editor_store->set_normal_texture( get_icon("AnimSet","EditorIcons"));
@@ -790,10 +788,6 @@ void AnimationPlayerEditor::_update_player() {
player->get_animation_list(&animlist);
animation->clear();
- if (player)
- nodename->set_text(player->get_name());
- else
- nodename->set_text("<empty>");
add_anim->set_disabled(player == NULL);
load_anim->set_disabled(player == NULL);
@@ -1367,8 +1361,6 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
//tool_anim->get_popup()->add_item("Edit Anim Resource",TOOL_PASTE_ANIM);
hb->add_child(tool_anim);
- nodename = memnew(Button);
- hb->add_child(nodename);
pin = memnew(ToolButton);
pin->set_toggle_mode(true);
hb->add_child(pin);