From 27c38052b73615fa815272972df58daf0308307d Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 May 2008 09:48:47 +0000 Subject: (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. --- src/settings_gui.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 8a7b5e42f..2dc563b54 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -349,7 +349,6 @@ static const WindowDesc _game_options_desc = { WC_GAME_OPTIONS, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _game_options_widgets, - NULL }; @@ -468,7 +467,6 @@ static const WindowDesc _game_difficulty_desc = { WC_GAME_OPTIONS, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _game_difficulty_widgets, - NULL }; struct GameDifficultyWindow : public Window { @@ -1064,7 +1062,6 @@ static const WindowDesc _patches_selection_desc = { WC_GAME_OPTIONS, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _patches_selection_widgets, - NULL, }; void ShowPatchesSelection() @@ -1295,7 +1292,6 @@ static const WindowDesc _cust_currency_desc = { WC_CUSTOM_CURRENCY, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _cust_currency_widgets, - NULL, }; static void ShowCustCurrency() -- cgit v1.2.3-54-g00ecf