summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-19 09:48:47 +0000
committerrubidium <rubidium@openttd.org>2008-05-19 09:48:47 +0000
commit162e2e074bf6ac4cdec48515370c9379ca6e86bd (patch)
treead107e2b54965a8bc93dbd8dfc8a03260f20660d /src/news_gui.cpp
parentad29064cf3911e364294bd4dc450109bb4b87ecd (diff)
downloadopenttd-162e2e074bf6ac4cdec48515370c9379ca6e86bd.tar.xz
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index 51ec29749..3b2b250a5 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -445,7 +445,6 @@ static WindowDesc _news_type13_desc = {
WC_NEWS_WINDOW, WC_NONE,
WDF_DEF_WIDGET,
_news_type13_widgets,
- NULL
};
static const Widget _news_type2_widgets[] = {
@@ -459,7 +458,6 @@ static WindowDesc _news_type2_desc = {
WC_NEWS_WINDOW, WC_NONE,
WDF_DEF_WIDGET,
_news_type2_widgets,
- NULL
};
static const Widget _news_type0_widgets[] = {
@@ -475,7 +473,6 @@ static WindowDesc _news_type0_desc = {
WC_NEWS_WINDOW, WC_NONE,
WDF_DEF_WIDGET,
_news_type0_widgets,
- NULL
};
@@ -763,7 +760,6 @@ static const WindowDesc _message_history_desc = {
WC_MESSAGE_HISTORY, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
_message_history_widgets,
- NULL
};
/** Display window with news messages history */
@@ -971,7 +967,6 @@ static const WindowDesc _message_options_desc = {
WC_GAME_OPTIONS, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
_message_options_widgets,
- NULL
};
void ShowMessageOptions()