diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-05-27 22:04:27 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-05-27 22:04:49 +0200 |
commit | c203c0a45f4e566c241bac12ac13fba109c4b03d (patch) | |
tree | f9a9ffaf4c18c6799276fa58a91e58f4e93f7740 | |
parent | 34e268130b9fd78d2aad0dc167fc19e6d24da274 (diff) | |
download | manaplus-realign_char_select_button_row.tar.gz manaplus-realign_char_select_button_row.tar.bz2 manaplus-realign_char_select_button_row.tar.xz manaplus-realign_char_select_button_row.zip |
These curlies are no longer neccessaryrealign_char_select_button_row
-rw-r--r-- | src/gui/windows/charselectdialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index 7688d2724..66e7a886d 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -104,9 +104,7 @@ CharSelectDialog::CharSelectDialog(LoginData &data) : // disable logout using -S int row = 0; if (!settings.options.uniqueSession) - { placer(row++, 0, mSwitchLoginButton, 1, 1); - } placer(row++, 0, mChangePasswordButton, 1, 1); placer(row++, 0, mDeleteButton, 1, 1); #ifdef TMWA_SUPPORT |