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/llviewerobject.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/llviewerobject.cpp')
| -rw-r--r-- | indra/newview/llviewerobject.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index b5fdca632b..af2ceee0b7 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -100,7 +100,6 @@ #include "lltrans.h" #include "llsdutil.h" #include "llmediaentry.h" -#include "llaccountingquota.h" //#define DEBUG_UPDATE_TYPE @@ -5785,9 +5784,3 @@ public: LLHTTPRegistration<ObjectPhysicsProperties> gHTTPRegistrationObjectPhysicsProperties("/message/ObjectPhysicsProperties"); - -void LLViewerObject::updateQuota( const SelectionQuota& quota ) -{ - //update quotas - mSelectionQuota = quota; -} |
