summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsaleinfo.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-08-04 15:30:20 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-08-04 15:30:20 +0300
commit357edecd9b938f2b83a6db0237c6343de7a18fcf (patch)
treeea6be1354ecf13d16e6d0f275979359b38d36569 /indra/llinventory/llsaleinfo.h
parent40b5babccdfe0d6b1f59e43a08182891c815c196 (diff)
SL-13669 Change inventory cache to use a standard LLSD format
Diffstat (limited to 'indra/llinventory/llsaleinfo.h')
-rw-r--r--indra/llinventory/llsaleinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llinventory/llsaleinfo.h b/indra/llinventory/llsaleinfo.h
index 4e98ccf6ff..3c8952838b 100644
--- a/indra/llinventory/llsaleinfo.h
+++ b/indra/llinventory/llsaleinfo.h
@@ -84,11 +84,6 @@ public:
void setSalePrice(S32 price);
//void setNextOwnerPermMask(U32 mask) { mNextOwnerPermMask = mask; }
-
- // file serialization
- BOOL exportFile(LLFILE* fp) const;
- BOOL importFile(LLFILE* fp, BOOL& has_perm_mask, U32& perm_mask);
-
BOOL exportLegacyStream(std::ostream& output_stream) const;
LLSD asLLSD() const;
operator LLSD() const { return asLLSD(); }