summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-11-29 11:48:20 +0000
committeralberth <alberth@openttd.org>2009-11-29 11:48:20 +0000
commit1f70f065d646552fa5adba5ae2f5f2d8a6caafdc (patch)
tree3f0b13b0fc958caba11ddfa505322d08497180b1
parent01d4eba14049c7af8166241ce33404f88a7f68df (diff)
downloadopenttd-1f70f065d646552fa5adba5ae2f5f2d8a6caafdc.tar.xz
(svn r18336) -Cleanup (r18092): Remove declaration of an already removed function.
-rw-r--r--src/window_gui.h1
1 files changed, 0 insertions, 1 deletions
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;