diff options
author | rubidium <rubidium@openttd.org> | 2008-05-19 09:48:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-19 09:48:47 +0000 |
commit | 162e2e074bf6ac4cdec48515370c9379ca6e86bd (patch) | |
tree | ad107e2b54965a8bc93dbd8dfc8a03260f20660d /src/industry_gui.cpp | |
parent | ad29064cf3911e364294bd4dc450109bb4b87ecd (diff) | |
download | openttd-162e2e074bf6ac4cdec48515370c9379ca6e86bd.tar.xz |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r-- | src/industry_gui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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() |