summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index a22a25de..0123251b 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -119,19 +119,6 @@ CharSelectDialog::CharSelectDialog():
setPlayerInfo(NULL);
}
-CharSelectDialog::~CharSelectDialog()
-{
- delete selectButton;
- delete cancelButton;
- delete newCharButton;
- delete delCharButton;
- delete nameLabel;
- delete levelLabel;
- delete jobLevelLabel;
- delete moneyLabel;
- delete playerBox;
-}
-
void CharSelectDialog::action(const std::string& eventId)
{
if (eventId == "ok" && n_character > 0) {