From cc1ba4dc047c1968c508a74488279c6403592c02 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 30 Jan 2025 19:34:54 +0000 Subject: [PATCH] Codechange: Remove unused GenWorldStatus::next_update --- src/genworld_gui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 4f347273db..dbbb3af404 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -1348,7 +1348,6 @@ struct GenWorldStatus { StringID cls; uint current; uint total; - std::chrono::steady_clock::time_point next_update; }; static GenWorldStatus _gws; @@ -1456,7 +1455,6 @@ void PrepareGenerateWorldProgress() _gws.current = 0; _gws.total = 0; _gws.percent = 0; - _gws.next_update = std::chrono::steady_clock::now(); } /**