diff options
author | Cho <cho@lindenlab.com> | 2013-01-25 22:56:35 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-01-25 22:56:35 +0000 |
commit | 427725c2a6d5c50468e7579a4d3b92795425723f (patch) | |
tree | 59def37a836e261e1c1a7027a450e59785f25fc3 /indra/newview/llviewermessage.cpp | |
parent | 9312cd8709132835878bdbe17f81d1b3e9fa7f45 (diff) | |
parent | daa9db305a5ae2c0c5b0c2425d6482de6dee7b2c (diff) |
merging latest changes
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; } |