Skip to content

Commit

Permalink
Codefix: Remove unused class member and extraneous spaces. (OpenTTD#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterN committed Mar 25, 2024
1 parent 9aa6669 commit 4751179
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/industry_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4751179

Please sign in to comment.