diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-25 14:33:44 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-25 14:33:44 +0200 |
commit | a6c4d127dd6ad66f9953344387e100bcff000ce5 (patch) | |
tree | e76f4a63e2b46e57c1ae05b0e46325a8126df220 /indra/newview/llviewermessage.cpp | |
parent | a15854213b6212b291099b429867f198b572f9ae (diff) |
CHUI-697 FIXED We don't need to update form for Inventory offer notification
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rwxr-xr-x | indra/newview/llviewermessage.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index d235ba5f96..8489e92d15 100755 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -1649,12 +1649,6 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD& delete this; } - if (notification_ptr != NULL) - { - notification_ptr->updateForm(modified_form); - notification_ptr->repost(); - } - return false; } |