aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index 7b9308a4..d57d7518 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -188,13 +188,6 @@ void Courtroom::char_clicked(int n_char)
enter_courtroom();
set_courtroom_size();
}
-
- if (n_char != -1) {
- ui_ic_chat_name->setPlaceholderText(char_list.at(n_char).name);
- }
- else {
- ui_ic_chat_name->setPlaceholderText("Spectator");
- }
}
void Courtroom::put_button_in_place(int starting, int chars_on_this_page)