summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayer.h
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-14 16:39:06 +0200
committerNat Goodspeed <nat@lindenlab.com>2022-04-14 14:31:57 -0400
commit0dc325c1e9de059d36c7b0e2c6ba997160ff1f53 (patch)
treee37f75149fc6ad6768fdff68ce7a12965ecb23e0 /indra/llappearance/lltexlayer.h
parent46824ae0e8ae72fff04b96647edca2de0d0aa849 (diff)
void LLTexLayerSet::asLLSD was never used, remove it completely.
(cherry picked from commit 7f0259f0e767969d260514e9ea810cbde7f1d24c)
Diffstat (limited to 'indra/llappearance/lltexlayer.h')
-rw-r--r--indra/llappearance/lltexlayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llappearance/lltexlayer.h b/indra/llappearance/lltexlayer.h
index 6a5040cf0b..74b421d3ee 100644
--- a/indra/llappearance/lltexlayer.h
+++ b/indra/llappearance/lltexlayer.h
@@ -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;