diff options
author | Dave Parks <davep@lindenlab.com> | 2013-03-13 21:08:17 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-03-13 21:08:17 -0500 |
commit | e95563e10d8c906cf4a09a1e2ff773f345a17c44 (patch) | |
tree | 7ce34c1df161240679da732b40c8a607e2461e62 /indra/llmessage/llpartdata.h | |
parent | 9a7a19c77ad1b143c7acfa915af7887e417253f1 (diff) |
MAINT-2410 Remove unused particle packing code and fix integration test to work without a packer.
Diffstat (limited to 'indra/llmessage/llpartdata.h')
-rw-r--r-- | indra/llmessage/llpartdata.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llmessage/llpartdata.h b/indra/llmessage/llpartdata.h index 80a52b79dd..ed5c1a6ac7 100644 --- a/indra/llmessage/llpartdata.h +++ b/indra/llmessage/llpartdata.h @@ -92,10 +92,7 @@ public: BOOL unpack(LLDataPacker &dp); BOOL pack(LLDataPacker &dp); - LLSD asLLSD() const; - operator LLSD() const {return asLLSD(); } - bool fromLLSD(LLSD& sd); - + bool hasGlow() const; bool hasBlendFunc() const; |