mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: Remove unused member in ScriptDebugWindow (#13664)
parent
f69968f2bc
commit
af32ce3710
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue