summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.cpp
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-10-30 15:29:45 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-10-30 15:29:45 +0200
commit6b8c4b6df19085e0bab39759d03d65edf84f5ff2 (patch)
tree294afbb65c84df79415dddb15dabf4568b0261c8 /indra/newview/llimfloater.cpp
parenta1cc8e8a3370b3a44197cd364fefd2e0a71ae23c (diff)
parent9d31d994bb47b809d88a34ac6a84471535c64a3b (diff)
Merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r--indra/newview/llimfloater.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp
index b9c068b583..b21df87093 100644
--- a/indra/newview/llimfloater.cpp
+++ b/indra/newview/llimfloater.cpp
@@ -409,8 +409,6 @@ bool LLIMFloater::toggle(const LLUUID& session_id)
{
// ensure the list of messages is updated when floater is made visible
show(session_id);
- // update number of unread notifications in the SysWell
- LLBottomTray::getInstance()->getSysWell()->updateUreadIMNotifications();
return true;
}
}