summaryrefslogtreecommitdiff
path: root/src/player_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
commit27c38052b73615fa815272972df58daf0308307d (patch)
treead107e2b54965a8bc93dbd8dfc8a03260f20660d /src/player_gui.cpp
parentfc29abf62113dd2545bdb5c05760e3539f6acf74 (diff)
downloadopenttd-27c38052b73615fa815272972df58daf0308307d.tar.xz
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Diffstat (limited to 'src/player_gui.cpp')
-rw-r--r--src/player_gui.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/player_gui.cpp b/src/player_gui.cpp
index 211de10c9..dd9a1b8d7 100644
--- a/src/player_gui.cpp
+++ b/src/player_gui.cpp
@@ -230,7 +230,6 @@ static const WindowDesc _player_finances_desc = {
WC_FINANCES, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
_player_finances_widgets,
- NULL
};
static const WindowDesc _player_finances_small_desc = {
@@ -238,7 +237,6 @@ static const WindowDesc _player_finances_small_desc = {
WC_FINANCES, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
_player_finances_small_widgets,
- NULL
};
/**
@@ -543,7 +541,6 @@ static const WindowDesc _select_player_livery_desc = {
WC_PLAYER_COLOR, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
_select_player_livery_widgets,
- NULL
};
/**
@@ -1010,7 +1007,6 @@ static const WindowDesc _select_player_face_desc = {
WC_PLAYER_FACE, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
_select_player_face_widgets,
- NULL
};
/** advanced player face selection window description */
@@ -1019,7 +1015,6 @@ static const WindowDesc _select_player_face_adv_desc = {
WC_PLAYER_FACE, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
_select_player_face_adv_widgets,
- NULL
};
/**
@@ -1348,7 +1343,6 @@ static const WindowDesc _player_company_desc = {
WC_COMPANY, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
_player_company_widgets,
- NULL
};
void ShowPlayerCompany(PlayerID player)
@@ -1407,7 +1401,6 @@ static const WindowDesc _buy_company_desc = {
WC_BUY_COMPANY, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
_buy_company_widgets,
- NULL
};
@@ -1578,7 +1571,6 @@ static const WindowDesc _highscore_desc = {
WC_HIGHSCORE, WC_NONE,
0,
_highscore_widgets,
- NULL
};
static const WindowDesc _endgame_desc = {
@@ -1586,7 +1578,6 @@ static const WindowDesc _endgame_desc = {
WC_ENDSCREEN, WC_NONE,
0,
_highscore_widgets,
- NULL
};
/** Show the highscore table for a given difficulty. When called from