diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-11-08 11:50:46 -0600 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-11-08 11:50:46 -0600 |
commit | e7b71cd8a10898320cf3e0aebc05bfdec3d2ffa3 (patch) | |
tree | 3f18fa1088300af7dc728def65a97fa9d7253020 /indra/llprimitive/llprimitive.h | |
parent | 001f2915ea24a030b9a6fb26a3ecbeedee6402bc (diff) |
SL-20582 Fix for overriding to alpha mode blend not working. Incidental decruft of dead code (thanks, Rye!)
Diffstat (limited to 'indra/llprimitive/llprimitive.h')
-rw-r--r-- | indra/llprimitive/llprimitive.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llprimitive/llprimitive.h b/indra/llprimitive/llprimitive.h index d2adfa4a3d..0b7dbd703a 100644 --- a/indra/llprimitive/llprimitive.h +++ b/indra/llprimitive/llprimitive.h @@ -382,10 +382,7 @@ public: BOOL unpack(LLDataPacker& dp) override; bool operator==(const LLNetworkData& data) const override; void copy(const LLNetworkData& data) override; - LLSD asLLSD() const; - operator LLSD() const { return asLLSD(); } - bool fromLLSD(LLSD& sd); - + void setMaterial(U8 te_idx, const LLUUID& id); const LLUUID& getMaterial(U8 te_idx) const; |