From 0d1fc47edb271f55dded207506961453c3ed0b5e Mon Sep 17 00:00:00 2001 From: dP Date: Fri, 19 Apr 2024 07:54:20 +0700 Subject: [PATCH] Cleanup: Remove redundant break statement (#12527) --- src/graph_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index 01f6f4ad15..10d7e1c495 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -1077,7 +1077,6 @@ struct PaymentRatesGraphWindow : BaseGraphWindow { ToggleBit(_legend_excluded_cargo, (*it)->Index()); this->UpdateExcludedData(); this->SetDirty(); - break; } break; }