summaryrefslogtreecommitdiff
path: root/src/gui/skill.h
diff options
context:
space:
mode:
authorJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 05:29:12 +0000
committerJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 05:29:12 +0000
commitc322e6eac2373358c04e7bd70c8e0fc1bcfb37db (patch)
tree3ad86b222fa2e2688807a47cf500ec36567f8b6b /src/gui/skill.h
parent1d9b37e81b1c91986644d6e9580422e6f8b47e25 (diff)
downloadmana-client-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.tar.gz
mana-client-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.tar.bz2
mana-client-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.tar.xz
mana-client-c322e6eac2373358c04e7bd70c8e0fc1bcfb37db.zip
Added close button functionality, resize cursor cues.
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r--src/gui/skill.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h
index ed1257b0..6879640c 100644
--- a/src/gui/skill.h
+++ b/src/gui/skill.h
@@ -74,7 +74,6 @@ class SkillDialog : public Window, public gcn::ActionListener,
gcn::Label *mPointsLabel;
gcn::Button *mIncButton;
gcn::Button *mUseButton;
- gcn::Button *mCloseButton;
std::vector<SKILL*> mSkillList;
};