mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove unused code in AnimationPlayerEditor::_update_animation_list_icons()
This commit is contained in:
parent
7866c98479
commit
6a1e3380f8
1 changed files with 0 additions and 5 deletions
|
|
@ -897,11 +897,6 @@ void AnimationPlayerEditor::_update_player() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void AnimationPlayerEditor::_update_animation_list_icons() {
|
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++) {
|
for (int i = 0; i < animation->get_item_count(); i++) {
|
||||||
String name = animation->get_item_text(i);
|
String name = animation->get_item_text(i);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue