summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-05-29 07:46:08 -0700
committerGraham Linden <graham@lindenlab.com>2019-05-29 07:46:08 -0700
commit71ee3b924b1a8f87ffd44a0c7a3bd41511276251 (patch)
tree5322f8f1975096a79b81ebe3f747f90b48ed28b4 /indra/newview/llappearancemgr.cpp
parent36cfb37ebeaa6fa6ac6ff8b706ffdabd933d56bd (diff)
parent2672194b1d3eb03648861a29e57d81a38f527746 (diff)
Merge release
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r--indra/newview/llappearancemgr.cpp1
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())
{