From af32ce3710df92c1add302516089906ea3a9ffc3 Mon Sep 17 00:00:00 2001 From: SamuXarick <43006711+SamuXarick@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:17:31 +0000 Subject: [PATCH] Cleanup: Remove unused member in ScriptDebugWindow (#13664) --- src/script/script_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/script/script_gui.cpp b/src/script/script_gui.cpp index b4b5b62f72..1644564907 100644 --- a/src/script/script_gui.cpp +++ b/src/script/script_gui.cpp @@ -705,7 +705,6 @@ struct ScriptDebugWindow : public Window { false, }; - int redraw_timer; ///< Timer for redrawing the window, otherwise it'll happen every tick. int last_vscroll_pos; ///< Last position of the scrolling. bool autoscroll; ///< Whether automatically scrolling should be enabled or not. bool show_break_box; ///< Whether the break/debug box is visible.