1
0
Fork 0

Cleanup: Remove unused member in ScriptDebugWindow (#13664)

pull/13652/head
SamuXarick 2025-02-27 13:17:31 +00:00 committed by GitHub
parent f69968f2bc
commit af32ce3710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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.