summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventory.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-02 01:46:38 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-02 01:46:46 +0200
commitcf901b5abbe5c24da92c6c0320e3831a3798a539 (patch)
tree9cb548084794de46e44a7af3af344be67150dd9f /indra/llinventory/llinventory.cpp
parent4d2bdbb05ac24b4121f05107399fa7be33539f74 (diff)
SL-19282 Thumbnail adjustments
Follow links, fix outfts missing 'image' option, adjust inspector, recolor 'worn' in gallery
Diffstat (limited to 'indra/llinventory/llinventory.cpp')
-rw-r--r--indra/llinventory/llinventory.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp
index e00f652622..abe1b4dbd3 100644
--- a/indra/llinventory/llinventory.cpp
+++ b/indra/llinventory/llinventory.cpp
@@ -504,15 +504,6 @@ void LLInventoryItem::setSaleInfo(const LLSaleInfo& sale_info)
mSaleInfo = sale_info;
}
-const LLUUID& LLInventoryItem::getThumbnailUUID() const
-{
- if (mThumbnailUUID.isNull() && mType == LLAssetType::AT_TEXTURE)
- {
- return mAssetUUID;
- }
- return mThumbnailUUID;
-}
-
LLInventoryType::EType LLInventoryItem::getInventoryType() const
{
return mInventoryType;