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.h8
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();
/**