1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-03 22:59:30 +00:00

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

View File

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