From 4751179dc5169538c0dd06dc6b1222618c929813 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Mon, 25 Mar 2024 21:35:31 +0000 Subject: [PATCH] Codefix: Remove unused class member and extraneous spaces. (#12378) --- src/industry_gui.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 70c83ccf73..fcb3b247e3 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -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;