(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 8a98b24891
commit aecb5c30ed
5 changed files with 4 additions and 14 deletions

View File

@@ -251,8 +251,6 @@ bool IsNewsTickerShown()
return w != NULL && w->ticker_scroll < StatusBarWindow::TICKER_STOP;
}
int16 *_preferred_statusbar_size = &_main_status_desc.default_width; ///< Pointer to the default size for the status toolbar.
/**
* Show our status bar.
*/