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.h | |
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.h')
-rw-r--r-- | indra/newview/llviewerobjectlist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerobjectlist.h b/indra/newview/llviewerobjectlist.h index 9d1b5cb56f..c5f2a2c1ee 100644 --- a/indra/newview/llviewerobjectlist.h +++ b/indra/newview/llviewerobjectlist.h @@ -36,7 +36,6 @@ // project includes #include "llviewerobject.h" -#include "llaccountingquota.h" class LLCamera; class LLNetMap; @@ -102,8 +101,6 @@ public: F32 restitution, F32 gravity_multiplier); - void updateQuota( const LLUUID& objectId, const SelectionQuota& costs ); - void shiftObjects(const LLVector3 &offset); void repartitionObjects(); |