From a7db265bb6c55bb3e507ab2b069cedbe4a198b03 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 13 May 2008 14:43:33 +0000 Subject: (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore. --- src/industry_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_gui.cpp') diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 23ec1ceac..2fb18da3e 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -462,7 +462,7 @@ class IndustryViewWindow : public Window byte production_offset_y; ///< The offset of the production texts/buttons public: - IndustryViewWindow(const WindowDesc *desc, void *data, WindowNumber window_number) : Window(desc, data, window_number) + IndustryViewWindow(const WindowDesc *desc, WindowNumber window_number) : Window(desc, window_number) { this->flags4 |= WF_DISABLE_VP_SCROLL; this->editbox_line = 0; -- cgit v1.2.3-54-g00ecf