Mercurial > hg > openttd
diff src/statusbar_gui.cpp @ 20337:63189a0f65aa draft
(svn r25289) -Codechange: Store width of statusbar and main toolbar directly in the WindowDesc.
author | frosch <frosch@openttd.org> |
---|---|
date | Sun, 26 May 2013 19:24:37 +0000 |
parents | cadf6aaa0573 |
children | 491ddf49f744 |
line wrap: on
line diff
--- a/src/statusbar_gui.cpp +++ b/src/statusbar_gui.cpp @@ -251,8 +251,6 @@ 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. */