diff options
author | Oz Linden <oz@lindenlab.com> | 2013-03-21 10:57:38 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-03-21 10:57:38 -0400 |
commit | 50f199e45d0524b59fc9246a3160c5676c8d3942 (patch) | |
tree | e091467d64f4334459b5ca67239ed23d4059392a /indra/newview/llchiclet.cpp | |
parent | bf95c1cae7a84d1a97dacd8ea7f1b6af8be067a9 (diff) | |
parent | 43d7c80e8e2cd1cfe4e6c4214b4a4df9341d310b (diff) |
merge changes for 3.5.0-beta4
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 3dbb43c657..b221daf936 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -427,6 +427,8 @@ LLChicletPanel::~LLChicletPanel() void LLChicletPanel::onMessageCountChanged(const LLSD& data) { + // *TODO : we either suppress this method or return a value. Right now, it servers no purpose. + /* LLUUID session_id = data["session_id"].asUUID(); S32 unread = data["participant_unread"].asInteger(); @@ -435,6 +437,7 @@ void LLChicletPanel::onMessageCountChanged(const LLSD& data) { unread = 0; } + */ } void LLChicletPanel::objectChicletCallback(const LLSD& data) |