summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-19 16:14:59 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-19 16:14:59 -0400
commit48bc05e93ffbd29b3e49c288577bda1712a88392 (patch)
treeeb5b82a25c12c88b599e373c75c0cff605f56578 /indra/newview/llagent.h
parentd58e7cfbfcec163345e87c0c5e5f74d01075246b (diff)
SH-3455 WIP - removing bake upload code
Diffstat (limited to 'indra/newview/llagent.h')
-rwxr-xr-xindra/newview/llagent.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index eca9a3f229..a4385d33cb 100755
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -885,24 +885,4 @@ inline bool operator==(const LLGroupData &a, const LLGroupData &b)
return (a.mID == b.mID);
}
-class LLAgentQueryManager
-{
- friend class LLAgent;
- friend class LLAgentWearables;
-
-public:
- LLAgentQueryManager();
- virtual ~LLAgentQueryManager();
-
- BOOL hasNoPendingQueries() const { return getNumPendingQueries() == 0; }
- S32 getNumPendingQueries() const { return mNumPendingQueries; }
-private:
- S32 mNumPendingQueries;
- S32 mWearablesCacheQueryID;
- U32 mUpdateSerialNum;
- S32 mActiveCacheQueries[LLAvatarAppearanceDefines::BAKED_NUM_INDICES];
-};
-
-extern LLAgentQueryManager gAgentQueryManager;
-
#endif