diff options
| author | seth_productengine <none@none> | 2011-08-08 15:43:00 +0300 |
|---|---|---|
| committer | seth_productengine <none@none> | 2011-08-08 15:43:00 +0300 |
| commit | df353a6746f6261ac238d29a418962bbab62ec5b (patch) | |
| tree | 113a11702c5de5fa0e9097f3129927b249aa2781 /indra/newview/llviewerobjectlist.cpp | |
| parent | ef6e51db22ad3aec42b19bcf3e077ff000ba8929 (diff) | |
| parent | 575c7f85b20fca57fcd97a2a18bd7ad0c030a935 (diff) | |
Merge with 8582496d7733948e19396167df9b4d2d4cd35f0c
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()); |
