mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-06 22:37:22 +00:00
(svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischief
This commit is contained in:
parent
8c89641dbe
commit
af4d07b978
@ -26,18 +26,6 @@ static Window _windows[25];
|
|||||||
Window *_z_windows[lengthof(_windows)];
|
Window *_z_windows[lengthof(_windows)];
|
||||||
Window **_last_z_window; ///< always points to the next free space in the z-array
|
Window **_last_z_window; ///< always points to the next free space in the z-array
|
||||||
|
|
||||||
void RaiseWindowButtons(Window *w)
|
|
||||||
{
|
|
||||||
uint i;
|
|
||||||
|
|
||||||
for (i = 0; i < w->widget_count; i++) {
|
|
||||||
if (w->IsWidgetLowered(i)) {
|
|
||||||
w->RaiseWidget(i);
|
|
||||||
w->InvalidateWidget(i);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void CDECL Window::SetWidgetsDisabledState(bool disab_stat, int widgets, ...)
|
void CDECL Window::SetWidgetsDisabledState(bool disab_stat, int widgets, ...)
|
||||||
{
|
{
|
||||||
va_list wdg_list;
|
va_list wdg_list;
|
||||||
|
Loading…
Reference in New Issue
Block a user