From a6c4d127dd6ad66f9953344387e100bcff000ce5 Mon Sep 17 00:00:00 2001 From: "maxim@mnikolenko" Date: Fri, 25 Jan 2013 14:33:44 +0200 Subject: CHUI-697 FIXED We don't need to update form for Inventory offer notification --- indra/newview/llviewermessage.cpp | 6 ------ 1 file changed, 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; } -- cgit v1.2.3