diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-20 19:46:28 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-20 19:46:28 -0700 |
commit | fb1fa8434a1a84105f67e72fdf72d300be2951bb (patch) | |
tree | 301e33ccc0d1f7e285e15f511711ad0fdaac591b /indra/newview/llpathfindingmanager.cpp | |
parent | f87034c3c2b9e11dee678dc3ff3458d2485c1710 (diff) |
PATH-761: Implementing the new design for the pathfinding view floater.
Diffstat (limited to 'indra/newview/llpathfindingmanager.cpp')
-rw-r--r-- | indra/newview/llpathfindingmanager.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpathfindingmanager.cpp b/indra/newview/llpathfindingmanager.cpp index 44a491b0b5..44dab04583 100644 --- a/indra/newview/llpathfindingmanager.cpp +++ b/indra/newview/llpathfindingmanager.cpp @@ -322,11 +322,6 @@ bool LLPathfindingManager::isPathfindingEnabledForRegion(LLViewerRegion *pRegion return !retrieveNavMeshURL.empty(); } -bool LLPathfindingManager::isPathfindingDebugEnabled() const -{ - return (LLPathingLib::getInstance() != NULL); -} - bool LLPathfindingManager::isAllowViewTerrainProperties() const { LLViewerRegion* region = getCurrentRegion(); |