diff options
| -rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index cfd239c22f..4ae00fcd5f 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -802,18 +802,12 @@ void LLFloaterIMSessionTab::onCollapseToLine(LLFloaterIMSessionTab* self)  	LLFloaterIMContainer* host_floater = dynamic_cast<LLFloaterIMContainer*>(self->getHost());  	if (!host_floater)  	{ -		if(self->mParticipantListPanel->getVisible()) -		{ -			onSlide(self); -		} -  		bool expand = self->isMessagePaneExpanded();  		self->mExpandCollapseLineBtn->setImageOverlay(self->getString(expand ? "collapseline_icon" : "expandline_icon"));  		self->mContentPanel->setVisible(!expand);  		self->mToolbarPanel->setVisible(!expand);  		self->reshapeFloater(expand);  		self->setMessagePaneExpanded(!expand); -  	}  }  | 
