diff options
Diffstat (limited to 'src/net/ea/charserverhandler.h')
-rw-r--r-- | src/net/ea/charserverhandler.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/net/ea/charserverhandler.h b/src/net/ea/charserverhandler.h index ce5443753..c9b324c5b 100644 --- a/src/net/ea/charserverhandler.h +++ b/src/net/ea/charserverhandler.h @@ -44,14 +44,6 @@ class CharServerHandler notfinal : public Net::CharServerHandler virtual void setCharSelectDialog(CharSelectDialog *const window) override final; - /** - * Sets the character create dialog. The handler will clean up this - * dialog when a new character is succesfully created, and will unlock - * the dialog when a new character failed to be created. - */ - virtual void setCharCreateDialog(CharCreateDialog *const window) - override final; - virtual void requestCharacters() override final; virtual unsigned int baseSprite() const override final A_WARN_UNUSED; |