diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-05 20:41:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-05 20:41:48 +0300 |
commit | 8032eb0f2345ed6b9097277034d94066af66f4fd (patch) | |
tree | 6e4490564a53cd1ac3e80a8d60e63906ce4e6e67 /src/gui | |
parent | 55c9a94d904bb7fb6351f55e652ad241c079cf96 (diff) | |
download | ManaVerse-8032eb0f2345ed6b9097277034d94066af66f4fd.tar.gz ManaVerse-8032eb0f2345ed6b9097277034d94066af66f4fd.tar.bz2 ManaVerse-8032eb0f2345ed6b9097277034d94066af66f4fd.tar.xz ManaVerse-8032eb0f2345ed6b9097277034d94066af66f4fd.zip |
Add empty pincode manager.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/windows/charselectdialog.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index 5038195d2..f526f133c 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -172,18 +172,6 @@ void CharSelectDialog::postInit() Window::postInit(); setVisible(Visible_true); requestFocus(); - if (charServerHandler->isNeedCreatePin()) - { - EditDialog *const dialog = CREATEWIDGETR(EditDialog, - // TRANSLATORS: pin code dialog header. - _("Please set new pincode"), - "", - "OK", - 300, - nullptr, - Modal_true); - dialog->addActionListener(&pincodeListener); - } } void CharSelectDialog::action(const ActionEvent &event) |