Cleanup: Remove redundant break statement (#12527)

This commit is contained in:
dP 2024-04-19 07:54:20 +07:00 committed by GitHub
parent 774f811217
commit 0d1fc47edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}