diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-23 23:36:32 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-05-23 23:36:32 +0300 |
commit | 2216d0fb384532dd6e6b93df64c723bc2de823d0 (patch) | |
tree | 0eeae249fcbb2b28e82bdf4d277439a2473bf253 /indra/newview/llappearancemgr.cpp | |
parent | 3175525950ecf568eb75a6cb4f9283ee32dcd9a5 (diff) | |
parent | 2672194b1d3eb03648861a29e57d81a38f527746 (diff) |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 08daeb0f59..22bcbad7da 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1865,7 +1865,6 @@ bool LLAppearanceMgr::getCanRemoveOutfit(const LLUUID& outfit_cat_id) LLFindNonRemovableObjects filter_non_removable; LLInventoryModel::cat_array_t cats; LLInventoryModel::item_array_t items; - LLInventoryModel::item_array_t::const_iterator it; gInventory.collectDescendentsIf(outfit_cat_id, cats, items, false, filter_non_removable); if (!cats.empty() || !items.empty()) { |