From 162e2e074bf6ac4cdec48515370c9379ca6e86bd 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/town_gui.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/town_gui.cpp') diff --git a/src/town_gui.cpp b/src/town_gui.cpp index 1b7f186ab..1afbf2d6f 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -264,7 +264,6 @@ static const WindowDesc _town_authority_desc = { WC_TOWN_AUTHORITY, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _town_authority_widgets, - NULL }; static void ShowTownAuthorityWindow(uint town) @@ -397,7 +396,6 @@ static const WindowDesc _town_view_desc = { WC_TOWN_VIEW, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON, _town_view_widgets, - NULL }; void ShowTownViewWindow(TownID town) @@ -583,7 +581,6 @@ static const WindowDesc _town_directory_desc = { WC_TOWN_DIRECTORY, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE, _town_directory_widgets, - NULL }; void ShowTownDirectory() @@ -710,7 +707,6 @@ static const WindowDesc _scen_edit_town_gen_desc = { WC_SCEN_TOWN_GEN, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON, _scen_edit_town_gen_widgets, - NULL, }; void ShowBuildTownWindow() -- cgit v1.2.3-54-g00ecf