diff -r 34dbbe2b00af -r 55fed0d30217 doc/contributions.txt --- a/doc/contributions.txt Thu Aug 23 10:57:30 2012 -0400 +++ b/doc/contributions.txt Wed Aug 29 11:17:29 2012 +0200 @@ -692,6 +692,7 @@ VWR-102 Lance Corrimal VWR-25269 + VWR-29531 Latif Khalifa VWR-5370 leliel Mirihi diff -r 34dbbe2b00af -r 55fed0d30217 indra/newview/llviewerobject.cpp --- a/indra/newview/llviewerobject.cpp Thu Aug 23 10:57:30 2012 -0400 +++ b/indra/newview/llviewerobject.cpp Wed Aug 29 11:17:29 2012 +0200 @@ -2860,21 +2860,6 @@ { LLMemType mt(LLMemType::MTYPE_OBJECT); - std::list::iterator begin = mPendingInventoryItemsIDs.begin(); - std::list::iterator end = mPendingInventoryItemsIDs.end(); - - bool is_fetching = std::find(begin, end, item->getAssetUUID()) != end; - bool is_fetched = getInventoryItemByAsset(item->getAssetUUID()) != NULL; - - if (is_fetched || is_fetching) - { - return; - } - else - { - mPendingInventoryItemsIDs.push_back(item->getAssetUUID()); - } - // This slices the object into what we're concerned about on the // viewer. The simulator will take the permissions and transfer // ownership.