diff options
author | alberth <alberth@openttd.org> | 2009-08-14 22:07:25 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-08-14 22:07:25 +0000 |
commit | 13a37b427a25ae7d9d52eb68a18e05be8a5b1c1b (patch) | |
tree | fbd8102442bdc0d3ef799b1883740cfd881c5b02 /src | |
parent | 200fcddc3874b651d3a96e0eafadc2a538677cbc (diff) | |
download | openttd-13a37b427a25ae7d9d52eb68a18e05be8a5b1c1b.tar.xz |
(svn r17178) -Codechange (r17177): Remove now unused define.
Diffstat (limited to 'src')
-rw-r--r-- | src/news_gui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp index f31a6d90c..0f7e01e53 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -26,8 +26,6 @@ #include "table/strings.h" -#define NB_WIDG_PER_SETTING 4 - NewsItem _statusbar_news_item; bool _news_ticker_sound; ///< Make a ticker sound when a news item is published. |