summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-05-20 16:41:34 +0300
committerAlexei Arabadji <aarabadji@productengine.com>2010-05-20 16:41:34 +0300
commit617573839464c908568750482e3572c7cfa7c743 (patch)
tree75e56da7dcc514d417da4dc027c49d633c188f81 /indra
parent44c919dc382338e8c35ba2239910cdcce4626882 (diff)
EXT-7391 FIXED Removed redundant responder functor setting that cause assertion.
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/409/ --HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lltoastnotifypanel.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp
index 9275ca4f42..38f67720b7 100644
--- a/indra/newview/lltoastnotifypanel.cpp
+++ b/indra/newview/lltoastnotifypanel.cpp
@@ -495,12 +495,6 @@ void LLToastNotifyPanel::onClickButton(void* data)
if(is_reusable)
{
sButtonClickSignal(self->mNotification->getID(), button_name);
-
- if(new_info && !self->mNotification->isPersistent())
- {
- self->mNotification->setResponseFunctor(
- boost::bind(&LLOfferInfo::inventory_offer_callback, new_info, _1, _2));
- }
}
else
{