summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-02 01:58:30 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-02 01:58:40 +0300
commit87d24252df91284eb0cd9ab2f08b376ded05554c (patch)
tree229ebbe1792afb6d6d52436ecb9cb63b9ec2280a /indra/newview/llinventorygallery.cpp
parentc6eeb65d18861ea346cf199faba7bf3f493fdabe (diff)
SL-19795 Remove extra panels, reuse combination ones instead
Diffstat (limited to 'indra/newview/llinventorygallery.cpp')
-rw-r--r--indra/newview/llinventorygallery.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llinventorygallery.cpp b/indra/newview/llinventorygallery.cpp
index 2f9f594790..efc78c5357 100644
--- a/indra/newview/llinventorygallery.cpp
+++ b/indra/newview/llinventorygallery.cpp
@@ -711,11 +711,7 @@ void LLInventoryGallery::updateAddedItem(LLUUID item_id)
LL_WARNS("InventoryGallery") << "Failed to find item: " << item_id << LL_ENDL;
return;
}
- if(!mFilter->checkAgainstFilterThumbnails(item_id))
- {
- mThumbnailsObserver->addSkippedItem(item_id, boost::bind(&LLInventoryGallery::onThumbnailAdded, this, item_id));
- return;
- }
+
std::string name = obj->getName();
LLUUID thumbnail_id = obj->getThumbnailUUID();;
LLInventoryType::EType inventory_type(LLInventoryType::IT_CATEGORY);