mirror of https://github.com/OpenTTD/OpenTTD
(svn r18336) -Cleanup (r18092): Remove declaration of an already removed function.
parent
01d4eba140
commit
1f70f065d6
|
@ -510,7 +510,6 @@ public:
|
||||||
|
|
||||||
void RaiseButtons(bool autoraise = false);
|
void RaiseButtons(bool autoraise = false);
|
||||||
void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...);
|
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 CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...);
|
||||||
void SetWidgetDirty(byte widget_index) const;
|
void SetWidgetDirty(byte widget_index) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue