summaryrefslogtreecommitdiff
path: root/indra/llmessage/llpartdata.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-03-13 21:08:17 -0500
committerDave Parks <davep@lindenlab.com>2013-03-13 21:08:17 -0500
commite95563e10d8c906cf4a09a1e2ff773f345a17c44 (patch)
tree7ce34c1df161240679da732b40c8a607e2461e62 /indra/llmessage/llpartdata.h
parent9a7a19c77ad1b143c7acfa915af7887e417253f1 (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.h5
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;