summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationofferhandler.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-18 16:57:52 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-18 16:57:52 +0000
commitb5f9e437ea17dd9f1f3e186d6f2bf7108c279ce1 (patch)
treef5a73b7cab3cbe4e4dcf112bc34339472a74e83a /indra/newview/llnotificationofferhandler.cpp
parent67af47fd8676718aff3f75d28b1cd9dd77e2ca3e (diff)
parent8e134590e6651ba36ba9d38ccf10fae249645299 (diff)
PE merge.
Diffstat (limited to 'indra/newview/llnotificationofferhandler.cpp')
-rw-r--r--indra/newview/llnotificationofferhandler.cpp4
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());
}
}