summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-13 14:43:33 +0000
committerrubidium <rubidium@openttd.org>2008-05-13 14:43:33 +0000
commita7db265bb6c55bb3e507ab2b069cedbe4a198b03 (patch)
tree07ccf25e54bf3e9762d7fd6e9e3b30a6138e95f6 /src/industry_gui.cpp
parentc6c908aba56dcd961c8ab35032f851d8c6948883 (diff)
downloadopenttd-a7db265bb6c55bb3e507ab2b069cedbe4a198b03.tar.xz
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp2
1 files changed, 1 insertions, 1 deletions
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;