summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventory.cpp
diff options
context:
space:
mode:
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;