void LLTexLayerSet::asLLSD was never used, remove it completely.

(cherry picked from commit 7f0259f0e767969d260514e9ea810cbde7f1d24c)
master
Nicky 2022-04-14 16:39:06 +02:00 committed by Nat Goodspeed
parent 46824ae0e8
commit 0dc325c1e9
2 changed files with 0 additions and 16 deletions

View File

@ -472,20 +472,6 @@ const std::string LLTexLayerSet::getBodyRegionName() const
return mInfo->mBodyRegion;
}
// virtual
void LLTexLayerSet::asLLSD(LLSD& sd) const
{
sd["visible"] = LLSD::Boolean(isVisible());
LLSD layer_list_sd;
LLSD mask_list_sd;
LLSD info_sd;
sd["layers"] = layer_list_sd;
sd["masks"] = mask_list_sd;
sd["info"] = info_sd;
}
void LLTexLayerSet::destroyComposite()
{
if( mComposite )

View File

@ -220,8 +220,6 @@ public:
static BOOL sHasCaches;
virtual void asLLSD(LLSD& sd) const;
protected:
typedef std::vector<LLTexLayerInterface *> layer_list_t;
layer_list_t mLayerList;