diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-19 18:29:49 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-19 18:29:49 -0700 |
commit | 37f3a016fcc8b1cf92cdb4c546b1ab25546a527a (patch) | |
tree | 41b7867f89b422a421b43ef4fa806e45e4b3b380 /indra/newview/llpathfindingmanager.h | |
parent | f5a5e687b77b70958e2ebb5a21ae4c4de2bc1bd8 (diff) |
Removing unused methods and members from the pathfinding manager.
Diffstat (limited to 'indra/newview/llpathfindingmanager.h')
-rw-r--r-- | indra/newview/llpathfindingmanager.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/indra/newview/llpathfindingmanager.h b/indra/newview/llpathfindingmanager.h index 21467a0cf8..2457c18309 100644 --- a/indra/newview/llpathfindingmanager.h +++ b/indra/newview/llpathfindingmanager.h @@ -95,7 +95,6 @@ public: void handleNavMeshRebakeResult( const LLSD &pContent ); void handleNavMeshRebakeError( U32 pStatus, const std::string &pReason, const std::string &pURL ); void triggerNavMeshRebuild(); - void onRegionBoundaryCrossed(); void requestGetAgentState(); protected: @@ -125,8 +124,6 @@ private: std::string getCapabilityURLForRegion(LLViewerRegion *pRegion, const std::string &pCapabilityName) const; LLViewerRegion *getCurrentRegion() const; - void handleNavMeshStatus(LLPathfindingNavMesh::ENavMeshRequestStatus pRequestStatus, const LLPathfindingNavMeshStatus &pNavMeshStatus); - #if 0 void displayNavMeshRebakePanel(); void hideNavMeshRebakePanel(); @@ -134,10 +131,8 @@ private: void handleAgentStateResult(const LLSD &pContent ); void handleAgentStateError(U32 pStatus, const std::string &pReason, const std::string &pURL); - NavMeshMap mNavMeshMap; - agent_state_slot_t mCrossingSlot; - agent_state_signal_t mAgentStateSignal; - LLPathfindingNavMesh::navmesh_slot_t mNavMeshSlot; + NavMeshMap mNavMeshMap; + agent_state_signal_t mAgentStateSignal; }; |