diff options
| author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-27 21:30:05 +0300 | 
|---|---|---|
| committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-27 21:30:05 +0300 | 
| commit | 0e316a1510d5051088a62b86e4b0e05702786d9a (patch) | |
| tree | 807ecf4f97b9ace5820c880906be54d210444aef | |
| parent | 7a147c1de99a7d03008d2921f091aa3de03a559f (diff) | |
CHUI-125 FIXED Supressed of a commented out code
| -rw-r--r-- | indra/newview/llchicletbar.cpp | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/indra/newview/llchicletbar.cpp b/indra/newview/llchicletbar.cpp index 0e58008cd2..39f5d0b8f6 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) | 
