diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-13 23:01:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-13 23:02:53 +0300 |
commit | cd7e273322d9648be6c005fd2930a6037149a357 (patch) | |
tree | da429361f7c1ddc5e3c4500684a4b25dee36406b /src/gui/windows/charselectdialog.h | |
parent | 3f87e3c0f191d72c3295955736a057430b3ab661 (diff) | |
download | plus-cd7e273322d9648be6c005fd2930a6037149a357.tar.gz plus-cd7e273322d9648be6c005fd2930a6037149a357.tar.bz2 plus-cd7e273322d9648be6c005fd2930a6037149a357.tar.xz plus-cd7e273322d9648be6c005fd2930a6037149a357.zip |
Remove manaserv related RegistrationOptions.
Diffstat (limited to 'src/gui/windows/charselectdialog.h')
-rw-r--r-- | src/gui/windows/charselectdialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/charselectdialog.h b/src/gui/windows/charselectdialog.h index 39df750ac..7cb496f14 100644 --- a/src/gui/windows/charselectdialog.h +++ b/src/gui/windows/charselectdialog.h @@ -118,8 +118,6 @@ class CharSelectDialog final : public Window, Button *mSwitchLoginButton A_NONNULLPOINTER; Button *mChangePasswordButton A_NONNULLPOINTER; - Button *mUnregisterButton; - Button *mChangeEmailButton; Button *mPlayButton A_NONNULLPOINTER; Button *mInfoButton A_NONNULLPOINTER; Button *mDeleteButton A_NONNULLPOINTER; |