From 33afe8f744587b9a8da67e85298bb2e1c28d083d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 10 Apr 2009 02:20:04 +0200 Subject: Reduced the GCContainer to be even more trivial A container that deletes all its children on destruction doesn't have to be so complicated. Also renamed it to simply Container, since I think it should simply be default behavior. WindowContainer and Popup classes now inherit from this Container. --- src/gui/guildwindow.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/gui/guildwindow.h') diff --git a/src/gui/guildwindow.h b/src/gui/guildwindow.h index 3d7ac3ea..15f35b00 100644 --- a/src/gui/guildwindow.h +++ b/src/gui/guildwindow.h @@ -38,20 +38,12 @@ class TextDialog; class ConfirmDialog; class GuildListBox; class ScrollArea; -class GCContainer; class TabbedArea; class GuildWindow : public Window, public gcn::ActionListener { public: - /** - * Constructor. - */ GuildWindow(); - - /** - * Destructor. - */ ~GuildWindow(); /** -- cgit v1.2.3-70-g09d2