From 4c06a9e549b938c6cea3d0fa6283447320ac89a3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Nov 2009 13:35:45 +0000 Subject: (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though --- src/querystring_gui.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/querystring_gui.h') diff --git a/src/querystring_gui.h b/src/querystring_gui.h index 5ce383e74..494e38c8e 100644 --- a/src/querystring_gui.h +++ b/src/querystring_gui.h @@ -69,12 +69,6 @@ struct QueryStringBaseWindow : public Window, public QueryString { this->edit_str_buf = CallocT(size); } - QueryStringBaseWindow(uint16 size, const WindowDesc *desc, WindowNumber window_number = 0) : Window(desc, window_number), edit_str_size(size) - { - assert(size != 0); - this->edit_str_buf = CallocT(size); - } - ~QueryStringBaseWindow() { free(this->edit_str_buf); -- cgit v1.2.3-54-g00ecf