summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h13
1 files changed, 4 insertions, 9 deletions
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