1
0
Fork 0

Cleanup: Remove redundant break statement

pull/12527/head
dP 2024-04-18 22:45:13 +07:00
parent bb9b8b90c7
commit 26af34baba
1 changed files with 0 additions and 1 deletions

View File

@ -1077,7 +1077,6 @@ struct PaymentRatesGraphWindow : BaseGraphWindow {
ToggleBit(_legend_excluded_cargo, (*it)->Index());
this->UpdateExcludedData();
this->SetDirty();
break;
}
break;
}