From 26af34bababbd369a6bac6b040cc2e8c32068afb Mon Sep 17 00:00:00 2001 From: dP Date: Thu, 18 Apr 2024 22:45:13 +0700 Subject: [PATCH] Cleanup: Remove redundant break statement --- 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; }