summaryrefslogtreecommitdiff
path: root/indra/newview/llinspecttexture.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-21 17:47:26 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-21 17:47:26 +0200
commit1eab3247111e66a3b81153173d1624a5c1c9fb72 (patch)
tree3d5cfd8a5ee3bca5194fad8a9f27d519884e844e /indra/newview/llinspecttexture.cpp
parentb68a67491026a055f0de9df349508b9e60a200ed (diff)
SL-19379 WIP Gallery view Inventory: first pass
Diffstat (limited to 'indra/newview/llinspecttexture.cpp')
-rw-r--r--indra/newview/llinspecttexture.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/indra/newview/llinspecttexture.cpp b/indra/newview/llinspecttexture.cpp
index 843b4da757..82676bced8 100644
--- a/indra/newview/llinspecttexture.cpp
+++ b/indra/newview/llinspecttexture.cpp
@@ -38,20 +38,6 @@
// Helper functions
//
-class LLIsTextureType : public LLInventoryCollectFunctor
-{
-public:
- LLIsTextureType() {}
- virtual ~LLIsTextureType() {}
- virtual bool operator()(LLInventoryCategory* cat,
- LLInventoryItem* item);
-};
-
-bool LLIsTextureType::operator()(LLInventoryCategory* cat, LLInventoryItem* item)
-{
- return item && (item->getType() == LLAssetType::AT_TEXTURE);
-}
-
LLToolTip* LLInspectTextureUtil::createInventoryToolTip(LLToolTip::Params p)
{
const LLSD& sdTooltip = p.create_params;