diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-22 19:39:21 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-22 19:39:21 +0300 |
commit | c23b6f14615aa09c2ed43c71c21ed732f628442c (patch) | |
tree | 58a4bf6e8a5388fb12e20c817763849639a9e1bc /indra/newview/llinventorymodel.cpp | |
parent | cc464be2a75a868ff7292f4e7f5b098f1b4dac76 (diff) |
SL-8012 Remove Mesh Filter Option on Inventory
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index b140c7c38e..c49d61df31 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -888,14 +888,6 @@ U32 LLInventoryModel::updateItem(const LLViewerInventoryItem* item, U32 mask) return mask; } - // We're hiding mesh types -#if 0 - if (item->getType() == LLAssetType::AT_MESH) - { - return mask; - } -#endif - LLPointer<LLViewerInventoryItem> old_item = getItem(item->getUUID()); LLPointer<LLViewerInventoryItem> new_item; if(old_item) |