aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-04-20 00:20:54 -0500
committerGitHub <noreply@github.com>2021-04-20 00:20:54 -0500
commitd0ef4831de8cf3e3645343d477fefb17da24d125 (patch)
tree3666ae183044f3d7652e30234c059b8d304d04d8 /src/charselect.cpp
parent56ca90d322ab0c0ccb9db20fb79b023b560c5c82 (diff)
parent97ea1a6ad419790279d1730bf33b740c66269f73 (diff)
Merge pull request #504 from AttorneyOnline/fix/css-lag
Fix character select screen lag/performance overhead
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);