From ce2813cb1f4988669422c6af3e8c4442776e45c8 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 20 Oct 2005 11:33:17 +0000 Subject: Added garbage collection to the ScrollArea class. Fixed slider not being updated in the item amount box when the buttons are used. --- src/gui/help.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/gui/help.h') diff --git a/src/gui/help.h b/src/gui/help.h index 6a0c6551..139b9397 100644 --- a/src/gui/help.h +++ b/src/gui/help.h @@ -45,11 +45,6 @@ class HelpWindow : public Window, public LinkHandler, */ HelpWindow(); - /** - * Destructor. - */ - ~HelpWindow(); - /** * Called when receiving actions from the widgets. */ @@ -67,9 +62,8 @@ class HelpWindow : public Window, public LinkHandler, private: void loadFile(const std::string &file); - + BrowserBox* browserBox; - gcn::Button *okButton; gcn::ScrollArea *scrollArea; }; -- cgit v1.2.3-70-g09d2