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/industry_gui.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/industry_gui.cpp') diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 1d8a264d3..8be5d4f5d 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -91,7 +91,6 @@ static const WindowDesc _build_industry_desc = { WC_BUILD_INDUSTRY, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_RESIZABLE, _build_industry_widgets, - NULL, }; class BuildIndustryWindow : public Window { @@ -680,7 +679,6 @@ static const WindowDesc _industry_view_desc = { WC_INDUSTRY_VIEW, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE, _industry_view_widgets, - NULL }; void ShowIndustryViewWindow(int industry) @@ -968,7 +966,6 @@ static const WindowDesc _industry_directory_desc = { WC_INDUSTRY_DIRECTORY, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE, _industry_directory_widgets, - NULL }; void ShowIndustryDirectory() -- cgit v1.2.3-54-g00ecf