diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-08-14 20:31:49 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-08-14 20:33:44 -0600 |
commit | 7f83b173354b3e9efe0b9c99879d8db5bc800e17 (patch) | |
tree | 1ab7d232a157e75cd2f2f37b16a1b0c89cfb898a /src/gui/specialswindow.h | |
parent | a38976c47120dc80cf370018f1479ec591d4560c (diff) | |
download | mana-7f83b173354b3e9efe0b9c99879d8db5bc800e17.tar.gz mana-7f83b173354b3e9efe0b9c99879d8db5bc800e17.tar.bz2 mana-7f83b173354b3e9efe0b9c99879d8db5bc800e17.tar.xz mana-7f83b173354b3e9efe0b9c99879d8db5bc800e17.zip |
Remove some uneeded code
This should've been removed earlier with the layout fixes.
Diffstat (limited to 'src/gui/specialswindow.h')
-rw-r--r-- | src/gui/specialswindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/specialswindow.h b/src/gui/specialswindow.h index 17c29597..cc2a68b3 100644 --- a/src/gui/specialswindow.h +++ b/src/gui/specialswindow.h @@ -48,8 +48,6 @@ class SpecialsWindow : public Window, public gcn::ActionListener { */ void action(const gcn::ActionEvent &actionEvent); - void logic(); - /** * Update the given special's display */ @@ -60,7 +58,6 @@ class SpecialsWindow : public Window, public gcn::ActionListener { private: typedef std::map<int, SpecialInfo*> SpecialMap; SpecialMap mSpecials; - Tab *mCurrentTab; TabbedArea *mTabs; }; |