From 1f70f065d646552fa5adba5ae2f5f2d8a6caafdc Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 29 Nov 2009 11:48:20 +0000 Subject: (svn r18336) -Cleanup (r18092): Remove declaration of an already removed function. --- src/window_gui.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window_gui.h b/src/window_gui.h index 65019d296..c72b99569 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -510,7 +510,6 @@ public: 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; -- cgit v1.2.3-54-g00ecf