diff options
Diffstat (limited to 'indra/newview/llpathfindingmanager.h')
-rw-r--r-- | indra/newview/llpathfindingmanager.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingmanager.h b/indra/newview/llpathfindingmanager.h index dafe75216f..21467a0cf8 100644 --- a/indra/newview/llpathfindingmanager.h +++ b/indra/newview/llpathfindingmanager.h @@ -97,7 +97,6 @@ public: void triggerNavMeshRebuild(); void onRegionBoundaryCrossed(); void requestGetAgentState(); - void hideNavMeshRebakePanel(); protected: @@ -128,7 +127,10 @@ private: void handleNavMeshStatus(LLPathfindingNavMesh::ENavMeshRequestStatus pRequestStatus, const LLPathfindingNavMeshStatus &pNavMeshStatus); +#if 0 void displayNavMeshRebakePanel(); + void hideNavMeshRebakePanel(); +#endif void handleAgentStateResult(const LLSD &pContent ); void handleAgentStateError(U32 pStatus, const std::string &pReason, const std::string &pURL); |