summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcel.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-09-22 08:52:21 -0400
committerOz Linden <oz@lindenlab.com>2011-09-22 08:52:21 -0400
commit627bd3c5b998b6a743b7b412235bc5a287dadfc4 (patch)
treec5b14803f81a8fb068e2af72807d1cc8dbb0c02f /indra/llinventory/llparcel.cpp
parent4c25b7398b1c1fcdd155f4021a6f63b1bff88cdb (diff)
parent2091ce3ae745b15c979e78f853eb0d1777efff18 (diff)
merge changes for storm-1607
Diffstat (limited to 'indra/llinventory/llparcel.cpp')
-rw-r--r--indra/llinventory/llparcel.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llinventory/llparcel.cpp b/indra/llinventory/llparcel.cpp
index c95f922301..433076c7a9 100644
--- a/indra/llinventory/llparcel.cpp
+++ b/indra/llinventory/llparcel.cpp
@@ -1373,12 +1373,3 @@ LLParcel::ECategory category_ui_string_to_category(const std::string& s)
// is a distinct option from "None" and "Other"
return LLParcel::C_ANY;
}
-
-void LLParcel::updateQuota( const LLUUID& objectId, const ParcelQuota& quota )
-{
- if ( mID == objectId )
- {
- mQuota = quota;
- }
-}
-