summaryrefslogtreecommitdiff
path: root/src/gui/skilldialog.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-07-26 22:46:21 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-07-26 22:46:21 +0200
commit14c7543bdfc979476c7f0664c82b790cdd12c43c (patch)
tree0240e766cc874d98fff116e54a285d4749ad46d5 /src/gui/skilldialog.h
parent2fc4e340c82e9e9a6a7b724e6f2411e37d7a1118 (diff)
downloadmana-client-14c7543bdfc979476c7f0664c82b790cdd12c43c.tar.gz
mana-client-14c7543bdfc979476c7f0664c82b790cdd12c43c.tar.bz2
mana-client-14c7543bdfc979476c7f0664c82b790cdd12c43c.tar.xz
mana-client-14c7543bdfc979476c7f0664c82b790cdd12c43c.zip
Removed UI to manually increase skills
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r--src/gui/skilldialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h
index 8487c1ae..3c09ec54 100644
--- a/src/gui/skilldialog.h
+++ b/src/gui/skilldialog.h
@@ -78,8 +78,6 @@ class SkillDialog : public Window, public gcn::ActionListener, public EventListe
typedef std::map<int, SkillInfo*> SkillMap;
SkillMap mSkills;
TabbedArea *mTabs;
- Label *mPointsLabel;
- Button *mIncreaseButton;
};
extern SkillDialog *skillDialog;