diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-07 20:19:10 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-07 20:19:10 +0200 |
commit | 7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a (patch) | |
tree | 2499b2198dc1efae9d7f15e021c0574a95a0c95a /src/gui/skilldialog.h | |
parent | ef1975a3eb4e1986601ad154bf184e0de332870c (diff) | |
download | mana-7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a.tar.gz mana-7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a.tar.bz2 mana-7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a.tar.xz mana-7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a.zip |
Used custom widgets where appropriate and some cleanup
Replaced many gcn::Label with Label, gcn::Slider with Slider in
character creation dialog. Also cleaned up includes.
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r-- | src/gui/skilldialog.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h index 8d1f6a88..a913b9be 100644 --- a/src/gui/skilldialog.h +++ b/src/gui/skilldialog.h @@ -23,11 +23,9 @@ #define SKILL_H #include "gui/window.h" -#include "gui/gccontainer.h" #include "guichanfwd.h" -#include <guichan/listmodel.hpp> #include <guichan/actionlistener.hpp> #include <list> @@ -44,14 +42,8 @@ class SkillTab; class SkillDialog : public Window, public gcn::ActionListener { public: - /** - * Constructor. - */ SkillDialog(); - /** - * Destructor. - */ ~SkillDialog(); /** |