mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-18 00:23:41 +00:00
Merge pull request #59005 from timothyqiu/unused-code
Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()`
This commit is contained in:
@@ -897,11 +897,6 @@ void AnimationPlayerEditor::_update_player() {
|
||||
}
|
||||
|
||||
void AnimationPlayerEditor::_update_animation_list_icons() {
|
||||
List<StringName> animlist;
|
||||
if (player) {
|
||||
player->get_animation_list(&animlist);
|
||||
}
|
||||
|
||||
for (int i = 0; i < animation->get_item_count(); i++) {
|
||||
String name = animation->get_item_text(i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user