diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 12:32:17 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 12:32:17 -0700 |
commit | 2d011abb6b09e35ab64b6133fbed8d617d2add88 (patch) | |
tree | cff97377c7007c33a557dad077fb5d97b7d2368e /indra/newview/llfloaterpathfindingconsole.h | |
parent | 4f2584aaac5f748530695dc1f150188b69318676 (diff) |
Cleaning up the navmesh colors a bit.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 47c5a9c80f..d81401c7ec 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -88,8 +88,6 @@ public: LLPathingLib::LLPLCharacterType getRenderHeatmapType() const;
void setRenderHeatmapType(LLPathingLib::LLPLCharacterType pRenderHeatmapType);
- const LLColor4 &getNavMeshBackgroundColor() const;
-
protected:
private:
|