1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 02:49:10 +00:00

Cleanup: Remove unused member in ScriptDebugWindow

This commit is contained in:
SamuXarick
2025-02-26 11:02:45 +00:00
parent 31bd85b743
commit f91cbf6d1f

View File

@@ -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.