mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r17959) -Cleanup: remove unused function
This commit is contained in:
parent
9976da168e
commit
9d573be6d8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user