aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-01-27 18:33:25 +0300
committerCrystalwarrior <varsash@gmail.com>2021-01-27 18:33:25 +0300
commit88cdf3c376c7eebe598f620722390daa26da02d2 (patch)
treee6a8052f012298d3be60ed30214e01a9ced9ae2a
parentb040449f7fd6ddf404e81d4b44c1726827959aa9 (diff)
Fix a thing not being removed
-rw-r--r--src/courtroom.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 0b42dae9..92218d09 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -3427,7 +3427,6 @@ void Courtroom::chat_tick()
// scrollbar convenience
}
else {
- int msg_delay = message_display_speed[current_display_speed];
// Do the colors, gradual showing, etc. in here
QString f_message_filtered = filter_ic_text(f_message, true, tick_pos, m_chatmessage[TEXT_COLOR].toInt());
for (int c = 0; c < max_colors; ++c) {