aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-04-23 16:12:35 +0300
committerCrystalwarrior <varsash@gmail.com>2021-04-23 16:12:35 +0300
commitde4115e20ab800e7ebd639cd37de6df0cd7c72f9 (patch)
treeca681bc94843767afdec4a0c21af8e294e8a707e /src/charselect.cpp
parent43340e88695b2adc7b8fc8141540178727fd8869 (diff)
parent5fca08537b6f2c6c581156c4dc07bc9ba61b17ef (diff)
Merge branch 'master' into crystalwarrior/demo-reload
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index d35f0ca2..820abf51 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -21,10 +21,6 @@ void Courtroom::construct_char_select()
ui_char_buttons = new QWidget(ui_char_select_background);
- ui_selector = new AOImage(ui_char_select_background, ao_app);
- ui_selector->setAttribute(Qt::WA_TransparentForMouseEvents);
- ui_selector->resize(62, 62);
-
ui_back_to_lobby = new AOButton(ui_char_select_background, ao_app);
ui_char_password = new QLineEdit(ui_char_select_background);