diff options
author | alberth <alberth@openttd.org> | 2009-11-29 11:48:20 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-11-29 11:48:20 +0000 |
commit | 1f70f065d646552fa5adba5ae2f5f2d8a6caafdc (patch) | |
tree | 3f0b13b0fc958caba11ddfa505322d08497180b1 /src | |
parent | 01d4eba14049c7af8166241ce33404f88a7f68df (diff) | |
download | openttd-1f70f065d646552fa5adba5ae2f5f2d8a6caafdc.tar.xz |
(svn r18336) -Cleanup (r18092): Remove declaration of an already removed function.
Diffstat (limited to 'src')
-rw-r--r-- | src/window_gui.h | 1 |
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; |