(svn r18336) -Cleanup (r18092): Remove declaration of an already removed function.

This commit is contained in:
alberth 2009-11-29 11:48:20 +00:00
parent 01d4eba140
commit 1f70f065d6
1 changed files with 0 additions and 1 deletions

View File

@ -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;