diff options
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 3751a440..d36904d3 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -47,11 +47,6 @@ class CharSelectDialog : public Window, public gcn::ActionListener */ CharSelectDialog(); - /** - * Destructor. - */ - ~CharSelectDialog(); - void action(const std::string& eventId); void setPlayerInfo(PLAYER_INFO* pi); |