From d849d2cf296b0d4fad46dfdfef258c7349d72a0e Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sat, 29 Jan 2005 21:42:21 +0000 Subject: *** empty log message *** --- src/gui/setup.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/gui/setup.h') diff --git a/src/gui/setup.h b/src/gui/setup.h index 20540aa2..0b7e863a 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -65,9 +65,9 @@ class Setup : public Window, public gcn::ActionListener { gcn::Button *applyButton; gcn::Button *cancelButton; - // Setup dialog - static Setup *ptr; + public: + /** * Constructor. */ @@ -76,18 +76,13 @@ class Setup : public Window, public gcn::ActionListener { /** * Destructor. */ - virtual ~Setup(); - - public: + virtual ~Setup(); + /** * Event handling method. */ void action(const std::string& eventId); - /** - * Static method for creating singleton object. - */ - static Setup *create_setup(); }; #endif -- cgit v1.2.3-60-g2f50