diff options
author | rubidium <rubidium@openttd.org> | 2009-11-02 20:12:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-02 20:12:47 +0000 |
commit | 9d573be6d86efc1b0f0b9303160e15cce575a410 (patch) | |
tree | aa0307527d5d573951bfcc46e996f05be329e9a6 /src | |
parent | 9976da168e3c8e9603e5f7d5d940c33b90c4406b (diff) | |
download | openttd-9d573be6d86efc1b0f0b9303160e15cce575a410.tar.xz |
(svn r17959) -Cleanup: remove unused function
Diffstat (limited to 'src')
-rw-r--r-- | src/window_gui.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index 4e574ec48..13e72ed9a 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -895,11 +895,6 @@ inline const NWID *Window::GetWidget(uint widnum) const class PickerWindowBase : public Window { public: - PickerWindowBase(const WindowDesc *desc, Window *parent, WindowNumber number = 0) : Window(desc, number) - { - this->parent = parent; - }; - PickerWindowBase(Window *parent) : Window() { this->parent = parent; |