diff options
Diffstat (limited to 'src/gui/help.h')
-rw-r--r-- | src/gui/help.h | 8 |
1 files changed, 1 insertions, 7 deletions
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 @@ -46,11 +46,6 @@ class HelpWindow : public Window, public LinkHandler, HelpWindow(); /** - * Destructor. - */ - ~HelpWindow(); - - /** * Called when receiving actions from the widgets. */ void action(const std::string& eventId); @@ -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; }; |