diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-01 18:02:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-01 18:02:17 +0300 |
commit | bfa0ffd5db38174555992c4a21274be41aad753f (patch) | |
tree | 8fc6464790470b62d2f21cedbed2cf9e732d8d70 /src/gui/windows/registerdialog.h | |
parent | 87918db755040bb693cb286d8fb0bcfd97d761af (diff) | |
download | plus-bfa0ffd5db38174555992c4a21274be41aad753f.tar.gz plus-bfa0ffd5db38174555992c4a21274be41aad753f.tar.bz2 plus-bfa0ffd5db38174555992c4a21274be41aad753f.tar.xz plus-bfa0ffd5db38174555992c4a21274be41aad753f.zip |
Remove ServerFeatures haveAccountOtherGender because it always false.
Diffstat (limited to 'src/gui/windows/registerdialog.h')
-rw-r--r-- | src/gui/windows/registerdialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/windows/registerdialog.h b/src/gui/windows/registerdialog.h index cd2ec12c2..d0d0d821a 100644 --- a/src/gui/windows/registerdialog.h +++ b/src/gui/windows/registerdialog.h @@ -89,7 +89,6 @@ class RegisterDialog final : public Window, Button *mCancelButton A_NONNULLPOINTER; RadioButton *mMaleButton; RadioButton *mFemaleButton; - RadioButton *mOtherButton; WrongDataNoticeListener *mWrongDataNoticeListener A_NONNULLPOINTER; }; |