summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcel.cpp
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2007-06-21 22:40:22 +0000
committerKelly Washington <kelly@lindenlab.com>2007-06-21 22:40:22 +0000
commite03bb0606a10f29c8b94909a713a5bb5c69e88b7 (patch)
tree6d8d07894579438c8cc70e08f5730c3c95dfe768 /indra/llinventory/llparcel.cpp
parent2638f12f95eea692502836cf6548b4a0b234d009 (diff)
merge -r62831:64079 branches/maintenance to release
Diffstat (limited to 'indra/llinventory/llparcel.cpp')
-rw-r--r--indra/llinventory/llparcel.cpp18
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)