summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-18 15:13:45 +0000
committerrubidium <rubidium@openttd.org>2008-04-18 15:13:45 +0000
commit44128682cf70c4b503b208c0ae311e3f644b042a (patch)
tree519dfde0acb2940b0172a639260f73396ee96421 /src/gui.h
parentbc37ae3f2a8e810c4f2b815a2d6b9e2bb3c3f771 (diff)
downloadopenttd-44128682cf70c4b503b208c0ae311e3f644b042a.tar.xz
(svn r12768) -Codechange: move the statusbar GUI to it's own file.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui.h b/src/gui.h
index e115196c3..591819c8c 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -34,11 +34,6 @@ void ShowCargoPaymentRates();
void ShowCompanyLeagueTable();
void ShowPerformanceRatingDetail();
-/* news_gui.cpp */
-void ShowLastNewsMessage();
-void ShowMessageOptions();
-void ShowMessageHistory();
-
/* train_gui.cpp */
void ShowOrdersWindow(const Vehicle *v);