From 7adfbc7b8261b928f177042a24a4a0b9138a3776 Mon Sep 17 00:00:00 2001
From: AndreyL ProductEngine <andreylproductengine@lindenlab.com>
Date: Thu, 19 Nov 2015 22:14:06 +0200
Subject: [PATCH] MAINT-5847 Backed out changeset: 114068a17d38

---
 indra/newview/llconversationview.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp
index e4cf8d3fbbc..3a6e4c4dfea 100644
--- a/indra/newview/llconversationview.cpp
+++ b/indra/newview/llconversationview.cpp
@@ -437,7 +437,7 @@ void LLConversationViewSession::setIconsVisible(bool visible)
 		
 	// Show/hide icons for the 1-n-1 chat.
 	LLConversationItem* vmi = dynamic_cast<LLConversationItem*>(getViewModelItem());
-	if (vmi && mItemPanel)
+	if (vmi)
 	{
 		switch (vmi->getType())
 		{
-- 
GitLab