summaryrefslogtreecommitdiff
path: root/indra/newview/llimhandler.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-03-29 23:56:15 -0700
committerRichard Linden <none@none>2012-03-29 23:56:15 -0700
commit56f9c54c8348786db395ccd464eec17d5b17eeb1 (patch)
tree08d9ebd23121654a9cf4e0561b1256de9bc9b608 /indra/newview/llimhandler.cpp
parent27ce5c301633fa75c32087e347347ab9111aa787 (diff)
parent2fa1c42aadbe2a29e1bcced9a487c0e5abf0602b (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/newview/llimhandler.cpp')
-rw-r--r--indra/newview/llimhandler.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/newview/llimhandler.cpp b/indra/newview/llimhandler.cpp
index a92c4fa387..1437d0747c 100644
--- a/indra/newview/llimhandler.cpp
+++ b/indra/newview/llimhandler.cpp
@@ -95,24 +95,12 @@ bool LLIMHandler::processNotification(const LLNotificationPtr& notification)
p.notification = notification;
p.panel = im_box;
p.can_be_stored = false;
- p.on_delete_toast = boost::bind(&LLIMHandler::onDeleteToast, this, _1);
LLScreenChannel* channel = dynamic_cast<LLScreenChannel*>(mChannel);
if(channel)
channel->addToast(p);
- // send a signal to the counter manager;
- mNewNotificationSignal();
-
return false;
}
-//--------------------------------------------------------------------------
-void LLIMHandler::onDeleteToast(LLToast* toast)
-{
- // send a signal to the counter manager
- mDelNotificationSignal();
-}
-
-//--------------------------------------------------------------------------