summaryrefslogtreecommitdiff
path: root/src/news_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-23 21:08:42 +0000
committerfrosch <frosch@openttd.org>2012-12-23 21:08:42 +0000
commit345c3203d74b485f5f6569b87c06ad9af79422a2 (patch)
treeed4274819b03b7b8b15fba1cd7281d620543e547 /src/news_func.h
parentbc84f30fc12d01230b9cb4d091fd03186fa83f03 (diff)
downloadopenttd-345c3203d74b485f5f6569b87c06ad9af79422a2.tar.xz
(svn r24845) -Add: News ticker sound setting to adv. settings window.
Diffstat (limited to 'src/news_func.h')
-rw-r--r--src/news_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/news_func.h b/src/news_func.h
index 53765f314..cd0862f34 100644
--- a/src/news_func.h
+++ b/src/news_func.h
@@ -58,7 +58,6 @@ void NewsLoop();
void InitNewsItemStructs();
extern const NewsItem *_statusbar_news_item;
-extern bool _news_ticker_sound;
void DeleteInvalidEngineNews();
void DeleteVehicleNews(VehicleID vid, StringID news);