summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcel.cpp
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2011-08-02 17:01:46 -0400
committerprep linden <prep@lindenlab.com>2011-08-02 17:01:46 -0400
commitb9247373fbbbc45aeb82017feb2e6c687d65a5b5 (patch)
tree1bcccc6bc92981c5dc149c8d9dd229a4146ba5c4 /indra/llinventory/llparcel.cpp
parentfdcf43e0b3482eace09b5d2a1dbd9ff0b4dffdc2 (diff)
Sh-2129 Viewer caps implementation for resource cost selected. Also cleanup of old code related to earlier accounting work.
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;
- }
-}
-