summaryrefslogtreecommitdiff
path: root/src/news_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-20 11:40:33 +0000
committerrubidium <rubidium@openttd.org>2008-04-20 11:40:33 +0000
commit650651064b5f585a876170f0ba9e4b613f0d5fd6 (patch)
tree27579cb47236c22150f5e4f424fdeef6366666b1 /src/news_func.h
parent8186344628fb4d1c76c7e6d9994d1f18277a2412 (diff)
downloadopenttd-650651064b5f585a876170f0ba9e4b613f0d5fd6.tar.xz
(svn r12805) -Codechange: remove some bit magic related to the news display states. Patch by cirdan.
Diffstat (limited to 'src/news_func.h')
-rw-r--r--src/news_func.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/news_func.h b/src/news_func.h
index bb4ea6e72..5ccbbef4d 100644
--- a/src/news_func.h
+++ b/src/news_func.h
@@ -14,10 +14,9 @@ void DrawNewsBorder(const Window *w);
void InitNewsItemStructs();
extern NewsItem _statusbar_news_item;
-extern uint32 _news_display_opt;
extern bool _news_ticker_sound;
-extern const NewsTypeData _news_type_data[NT_END];
+extern NewsTypeData _news_type_data[NT_END];
/**
* Delete a news item type about a vehicle