diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-19 16:14:59 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-19 16:14:59 -0400 |
| commit | 48bc05e93ffbd29b3e49c288577bda1712a88392 (patch) | |
| tree | eb5b82a25c12c88b599e373c75c0cff605f56578 /indra/newview/llagent.cpp | |
| parent | d58e7cfbfcec163345e87c0c5e5f74d01075246b (diff) | |
SH-3455 WIP - removing bake upload code
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rwxr-xr-x | indra/newview/llagent.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 845ef6e9a5..18ff2d7c02 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4325,24 +4325,6 @@ void LLAgent::renderAutoPilotTarget() /********************************************************************************/ -LLAgentQueryManager gAgentQueryManager; - -LLAgentQueryManager::LLAgentQueryManager() : - mWearablesCacheQueryID(0), - mNumPendingQueries(0), - mUpdateSerialNum(0) -{ - for (U32 i = 0; i < BAKED_NUM_INDICES; i++) - { - // SUNSHINE CLEANUP - mActiveCacheQueries[i] = 0; - } -} - -LLAgentQueryManager::~LLAgentQueryManager() -{ -} - //----------------------------------------------------------------------------- // LLTeleportRequest //----------------------------------------------------------------------------- |
