Changeset - r8033:1a3224b0c787
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2007-12-08 01:30:18
belugas@openttd.org
(svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischief
1 file changed with 0 insertions and 12 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -26,18 +26,6 @@ static Window _windows[25];
 
Window *_z_windows[lengthof(_windows)];
 
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, ...)
 
{
 
	va_list wdg_list;
0 comments (0 inline, 0 general)