diff --git a/indra/newview/llchicletbar.cpp b/indra/newview/llchicletbar.cpp
index 0e58008cd28d5f5826e9f3b3a966f4df7c1e928a..39f5d0b8f61423009a6e463ff449d2b47c01a9a2 100644
--- a/indra/newview/llchicletbar.cpp
+++ b/indra/newview/llchicletbar.cpp
@@ -57,24 +57,11 @@ LLChicletBar::LLChicletBar(const LLSD&)
 :	mChicletPanel(NULL),
 	mToolbarStack(NULL)
 {
-	// IM floaters are from now managed by LLIMFloaterContainer.
-	// See LLIMFloaterContainer::sessionVoiceOrIMStarted() and CHUI-125
-
-//	// Firstly add our self to IMSession observers, so we catch session events
-//	// before chiclets do that.
-//	LLIMMgr::getInstance()->addSessionObserver(this);
-
 	buildFromFile("panel_chiclet_bar.xml");
 }
 
 LLChicletBar::~LLChicletBar()
 {
-	// IM floaters are from now managed by LLIMFloaterContainer.
-	// See LLIMFloaterContainer::sessionVoiceOrIMStarted() and CHUI-125
-//	if (!LLSingleton<LLIMMgr>::destroyed())
-//	{
-//		LLIMMgr::getInstance()->removeSessionObserver(this);
-//	}
 }
 
 LLIMChiclet* LLChicletBar::createIMChiclet(const LLUUID& session_id)