changeset 13810:1b0df74a59b4 draft

(svn r18336) -Cleanup (r18092): Remove declaration of an already removed function.
author alberth <alberth@openttd.org>
date Sun, 29 Nov 2009 11:48:20 +0000
parents 38e428ef6320
children cabfcb3a829e
files src/window_gui.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -510,7 +510,6 @@
 
 	void RaiseButtons(bool autoraise = false);
 	void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...);
-	void CDECL SetWidgetsHiddenState(bool hidden_stat, int widgets, ...);
 	void CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...);
 	void SetWidgetDirty(byte widget_index) const;