diff options
author | prep linden <prep@lindenlab.com> | 2011-08-02 17:01:46 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-08-02 17:01:46 -0400 |
commit | b9247373fbbbc45aeb82017feb2e6c687d65a5b5 (patch) | |
tree | 1bcccc6bc92981c5dc149c8d9dd229a4146ba5c4 /indra/newview/llviewerobjectlist.cpp | |
parent | fdcf43e0b3482eace09b5d2a1dbd9ff0b4dffdc2 (diff) |
Sh-2129 Viewer caps implementation for resource cost selected. Also cleanup of old code related to earlier accounting work.
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
-rw-r--r-- | indra/newview/llviewerobjectlist.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index 9d38954d8b..722bb30023 100644 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -1425,15 +1425,6 @@ void LLViewerObjectList::onObjectCostFetchFailure(const LLUUID& object_id) mPendingObjectCost.erase(object_id); } -void LLViewerObjectList::updateQuota( const LLUUID& objectId, const SelectionQuota& quota ) -{ - LLViewerObject* pVO = findObject( objectId ); - if ( pVO ) - { - pVO->updateQuota( quota ); - } -} - void LLViewerObjectList::updatePhysicsFlags(const LLViewerObject* object) { mStalePhysicsFlags.insert(object->getID()); |