You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Remove unused code in AnimationPlayerEditor::_update_animation_list_icons()
(cherry picked from commit 6a1e3380f8)
This commit is contained in:
committed by
Rémi Verschelde
parent
a17c6e5325
commit
15aab4cde0
@@ -898,11 +898,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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user