1
0
Fork 0

Cleanup: Remove unused member in ScriptDebugWindow

pull/13664/head
SamuXarick 2025-02-26 11:02:45 +00:00
parent 31bd85b743
commit f91cbf6d1f
1 changed files with 0 additions and 1 deletions

View File

@ -705,7 +705,6 @@ struct ScriptDebugWindow : public Window {
false, false,
}; };
int redraw_timer; ///< Timer for redrawing the window, otherwise it'll happen every tick.
int last_vscroll_pos; ///< Last position of the scrolling. int last_vscroll_pos; ///< Last position of the scrolling.
bool autoscroll; ///< Whether automatically scrolling should be enabled or not. bool autoscroll; ///< Whether automatically scrolling should be enabled or not.
bool show_break_box; ///< Whether the break/debug box is visible. bool show_break_box; ///< Whether the break/debug box is visible.