summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.cpp
diff options
context:
space:
mode:
authorprep@lindenlab.com <prep@lindenlab.com>2013-03-20 17:53:51 -0500
committerprep@lindenlab.com <prep@lindenlab.com>2013-03-20 17:53:51 -0500
commitf2948cb1eb8866716a84868cccbfafcd742c0771 (patch)
tree394df20f229f87428252c02d2402c511b9fa7aa8 /indra/newview/llchiclet.cpp
parent779e132cbfc46a0eda97a0331e39cbc6e686c07b (diff)
parent4a2fb4c64f2079089b78202e53bbe1dbe8ac09c7 (diff)
Merge with viewer-chui
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r--indra/newview/llchiclet.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp
index e34130aff2..f50a19761a 100644
--- a/indra/newview/llchiclet.cpp
+++ b/indra/newview/llchiclet.cpp
@@ -427,14 +427,15 @@ LLChicletPanel::~LLChicletPanel()
void LLChicletPanel::onMessageCountChanged(const LLSD& data)
{
- //LLUUID session_id = data["session_id"].asUUID();
- //S32 unread = data["participant_unread"].asInteger();
+ // *TODO : we either suppress this method or return a value. Right now, it servers no purpose.
+ /*
//LLFloaterIMSession* im_floater = LLFloaterIMSession::findInstance(session_id);
//if (im_floater && im_floater->getVisible() && im_floater->hasFocus())
//{
// unread = 0;
//}
+ */
}
void LLChicletPanel::objectChicletCallback(const LLSD& data)