summaryrefslogtreecommitdiff
path: root/src/gui/skilldialog.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-08-14 20:31:49 -0600
committerJared Adams <jaxad0127@gmail.com>2009-08-14 20:33:44 -0600
commit7f83b173354b3e9efe0b9c99879d8db5bc800e17 (patch)
tree1ab7d232a157e75cd2f2f37b16a1b0c89cfb898a /src/gui/skilldialog.h
parenta38976c47120dc80cf370018f1479ec591d4560c (diff)
downloadmana-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/skilldialog.h')
-rw-r--r--src/gui/skilldialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h
index 8fa7443d..12cb3581 100644
--- a/src/gui/skilldialog.h
+++ b/src/gui/skilldialog.h
@@ -54,8 +54,6 @@ class SkillDialog : public Window, public gcn::ActionListener
*/
void action(const gcn::ActionEvent &event);
- void logic();
-
/**
* Update the given skill's display
*/
@@ -73,7 +71,6 @@ class SkillDialog : public Window, public gcn::ActionListener
private:
typedef std::map<int, SkillInfo*> SkillMap;
SkillMap mSkills;
- Tab *mCurrentTab;
TabbedArea *mTabs;
Label *mPointsLabel;
};