mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
Codefix: Remove unused class member and extraneous spaces. (#12378)
This commit is contained in:
parent
9aa6669266
commit
4751179dc5
@ -2655,9 +2655,7 @@ struct IndustryCargoesWindow : public Window {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
CargoesFieldType type; ///< Type of field.
|
||||
void SetStringParameters (WidgetID widget) const override
|
||||
void SetStringParameters(WidgetID widget) const override
|
||||
{
|
||||
if (widget != WID_IC_CAPTION) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user