Misc code cleanup

This commit is contained in:
kobewi
2024-04-25 23:42:44 +02:00
parent 11d3768132
commit 914528180f
3 changed files with 6 additions and 11 deletions

View File

@ -63,7 +63,6 @@ void EditorAbout::_notification(int p_what) {
_logo->set_texture(get_editor_theme_icon(SNAME("Logo")));
Ref<StyleBoxEmpty> empty_stylebox = memnew(StyleBoxEmpty);
for (ItemList *il : name_lists) {
for (int i = 0; i < il->get_item_count(); i++) {
if (il->get_item_metadata(i)) {