diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-02 18:44:54 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-02 18:44:54 -0800 |
commit | 0b2cace8dae7197dc9764876814344a9bfa68fdb (patch) | |
tree | 525464db902631f3c3825cc7a2a412ceb4a59645 | |
parent | 24158c721f3de00f15812b0f7a16d465dd900303 (diff) |
PATH-235: Removing a final erroneous warning message that was still in the code.
-rw-r--r-- | indra/newview/llfloaterpathfindingsetup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpathfindingsetup.cpp b/indra/newview/llfloaterpathfindingsetup.cpp index f5df1fe0de..0ac5705b89 100644 --- a/indra/newview/llfloaterpathfindingsetup.cpp +++ b/indra/newview/llfloaterpathfindingsetup.cpp @@ -619,9 +619,6 @@ void LLFloaterPathfindingSetup::providePathingData( const LLVector3& point1, con switch (getPathSelectionState()) { case kPathSelectNone : - llwarns << "not yet been implemented to toggle '" - << mPathSelectionRadioGroup->getName() << "' to PathSelectNone" - << llendl; break; case kPathSelectStartPoint : |