diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 16:57:52 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 16:57:52 +0000 |
commit | b5f9e437ea17dd9f1f3e186d6f2bf7108c279ce1 (patch) | |
tree | f5a73b7cab3cbe4e4dcf112bc34339472a74e83a /indra/newview/llnotificationofferhandler.cpp | |
parent | 67af47fd8676718aff3f75d28b1cd9dd77e2ca3e (diff) | |
parent | 8e134590e6651ba36ba9d38ccf10fae249645299 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llnotificationofferhandler.cpp')
-rw-r--r-- | indra/newview/llnotificationofferhandler.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llnotificationofferhandler.cpp b/indra/newview/llnotificationofferhandler.cpp index 8c13b0fafa..8ebd5de258 100644 --- a/indra/newview/llnotificationofferhandler.cpp +++ b/indra/newview/llnotificationofferhandler.cpp @@ -155,10 +155,6 @@ bool LLOfferHandler::processNotification(const LLSD& notify) } else { - if (LLHandlerUtil::canAddNotifPanelToIM(notification)) - { - LLHandlerUtil::reloadIMFloaterMessages(notification); - } mChannel->killToastByNotificationID(notification->getID()); } } |