diff options
author | Merov Linden <merov@lindenlab.com> | 2015-04-10 17:37:11 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-04-10 17:37:11 -0700 |
commit | a9c3681cb5eecc043dab3f5c9dc9d97bc1af1075 (patch) | |
tree | 59ca5406c5a934555c6937e716360418bdd0f155 /indra/newview/llinventoryfunctions.cpp | |
parent | 8952e8177528fe0eee65916b9e12c3183f15e392 (diff) |
DD-381 : Avoid unecessary SLM updates, suppress some update_marketplace_category() that are picked by dirty bit setup
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rwxr-xr-x | indra/newview/llinventoryfunctions.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 123e55a8ee..135b6f2f17 100755 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -1505,11 +1505,6 @@ bool move_item_to_marketplacelistings(LLInventoryItem* inv_item, LLUUID dest_fol // Reparent the item gInventory.changeItemParent(viewer_inv_item, dest_folder, true); } - - // Update the modified folders - update_marketplace_category(src_folder); - update_marketplace_category(dest_folder); - gInventory.notifyObservers(); } else { |