diff options
Diffstat (limited to 'indra/llinventory/llparcel.cpp')
-rw-r--r-- | indra/llinventory/llparcel.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/indra/llinventory/llparcel.cpp b/indra/llinventory/llparcel.cpp index 38b0cb06c6..6263f7ae11 100644 --- a/indra/llinventory/llparcel.cpp +++ b/indra/llinventory/llparcel.cpp @@ -1211,24 +1211,6 @@ BOOL LLParcel::exportStream(std::ostream& output_stream) return TRUE; } -// virtual -LLSD LLParcel::asLLSD() const -{ - LLSD p; - p["parcel-id"] = getID(); - p["name"] = getName(); - p["desc"] = getDesc(); - p["owner-id"] = getOwnerID(); - p["group-id"] = getGroupID(); - p["group-owned"] = (bool)getIsGroupOwned(); - p["auction-id"] = (S32)getAuctionID(); - p["snapshot-id"] = getSnapshotID(); - p["authorized-buyer-id"] = getAuthorizedBuyerID(); - p["sale-price"] = getSalePrice(); - p["parcel-flags"] = (S32)getParcelFlags(); - // NOTE: This list is incomplete, as this is used only for search. JC - return p; -} // Assumes we are in a block "ParcelData" void LLParcel::packMessage(LLMessageSystem* msg) |