summaryrefslogtreecommitdiff
path: root/src/gui/skilldialog.h
diff options
context:
space:
mode:
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;
};