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:
@@ -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