diff --git a/indra/newview/llfriendcard.cpp b/indra/newview/llfriendcard.cpp index 7a2801f048..11401d6c68 100644 --- a/indra/newview/llfriendcard.cpp +++ b/indra/newview/llfriendcard.cpp @@ -322,12 +322,6 @@ void LLFriendCardsManager::syncFriendCardsFolders() } - if (items) - items->clear(); - gInventory.getDirectDescendentsOf((*itCats)->getUUID(), fakeCatsArg, items); - - if (NULL == items) - continue; /************************************************************************/ /* Private Methods */ /************************************************************************/