mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 18:32:35 +01:00
Cleanup: Remove redundant break statement (#12527)
This commit is contained in:
@@ -1077,7 +1077,6 @@ struct PaymentRatesGraphWindow : BaseGraphWindow {
|
||||
ToggleBit(_legend_excluded_cargo, (*it)->Index());
|
||||
this->UpdateExcludedData();
|
||||
this->SetDirty();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user