summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationofferhandler.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-18 18:12:58 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-18 18:12:58 +0000
commit1c67e8f386d69e06c1ff820eb551b3c69592ff89 (patch)
tree6e3d565e5f5c1bbe4d974f0c9a4dc5e1af607692 /indra/newview/llnotificationofferhandler.cpp
parent675b15948c5169ce07dec83a0f730e6a5b9d57d8 (diff)
parent7f432e085809a354ce0599c53c8f1f1eec52e18e (diff)
viewer2 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());
}
}