diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 12:23:50 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-10 12:50:39 -0600 |
commit | cabb9735f2e31b9f1f64b2496e1775d54861da36 (patch) | |
tree | 6772eda38f08a77af7717c8f4747aab77061cfcf /src/gui/setup.h | |
parent | 75fc8e62d25ff1d39408588f76d95df4a9a7e663 (diff) | |
download | mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.gz mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.bz2 mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.xz mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.zip |
Fix some mem leaks
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index d798162c..9f1bafc7 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -32,7 +32,6 @@ #include "../guichanfwd.h" class SetupTab; -class Button; /** * The setup dialog. @@ -52,8 +51,6 @@ class Setup : public Window, public gcn::ActionListener */ ~Setup(); - void setInGame(bool inGame); - /** * Event handling method. */ @@ -61,7 +58,6 @@ class Setup : public Window, public gcn::ActionListener private: std::list<SetupTab*> mTabs; - gcn::Button *mResetWindows; }; #endif |