From a6c1e1d4705cf544b9fce4fb9db1351324734d9b Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Sat, 8 Jul 2017 19:01:39 +0200 Subject: [PATCH] ready for the REAL 2.4.3 release --- courtroom.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/courtroom.cpp b/courtroom.cpp index cd37756..a8b96eb 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("" + f_showname.toHtmlEscaped() + ": " + m_chatmessage[MESSAGE].toHtmlEscaped()); - previous_ic_message = f_message; int objection_mod = m_chatmessage[OBJECTION_MOD].toInt();