summaryrefslogtreecommitdiff
path: root/src/news_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-15 13:47:55 +0000
committerrubidium <rubidium@openttd.org>2008-05-15 13:47:55 +0000
commitd94bef9d5ce4a2ce83528e1c4346597dec22e843 (patch)
tree2bfca0116947a95d751656ffb0030bcf8f84cd36 /src/news_func.h
parentd1ab9908bc10190160eb7d952ad6187e32738802 (diff)
downloadopenttd-d94bef9d5ce4a2ce83528e1c4346597dec22e843.tar.xz
(svn r13102) -Codechange: make a class of the NewsWindow.
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 c43030375..cc406557e 100644
--- a/src/news_func.h
+++ b/src/news_func.h
@@ -10,7 +10,6 @@
void AddNewsItem(StringID string, NewsSubtype subtype, uint data_a, uint data_b);
void NewsLoop();
-void DrawNewsBorder(const Window *w);
void InitNewsItemStructs();
extern NewsItem _statusbar_news_item;