(svn r25289) -Codechange: Store width of statusbar and main toolbar directly in the WindowDesc.

This commit is contained in:
frosch
2013-05-26 19:24:37 +00:00
parent b6d76c4d4c
commit 8c4714ad90
5 changed files with 4 additions and 14 deletions

View File

@@ -25,6 +25,4 @@ enum StatusBarInvalidate {
bool IsNewsTickerShown();
void ShowStatusBar();
extern int16 *_preferred_statusbar_size;
#endif /* STATUSBAR_GUI_H */