mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: Remove redundant break statement
parent
bb9b8b90c7
commit
26af34baba
|
@ -1077,7 +1077,6 @@ struct PaymentRatesGraphWindow : BaseGraphWindow {
|
|||
ToggleBit(_legend_excluded_cargo, (*it)->Index());
|
||||
this->UpdateExcludedData();
|
||||
this->SetDirty();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue