aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--courtroom.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index cd377569..a8b96eb5 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -956,10 +956,8 @@ void Courtroom::handle_chatmessage(QStringList *p_contents)
ui_evidence_present->set_image("present_disabled.png");
}
- //true means append as html
append_ic_text("<b>" + f_showname.toHtmlEscaped() + "</b>:&nbsp;" + m_chatmessage[MESSAGE].toHtmlEscaped());
-
previous_ic_message = f_message;
int objection_mod = m_chatmessage[OBJECTION_MOD].toInt();