diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-25 18:02:41 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-25 18:02:41 -0700 |
commit | ce101172954c9cbc9a089d8796643d545bdee9d5 (patch) | |
tree | 590ee7fb969c5b29034b3e30879406c12c2b6fae /indra/newview/llpathfindingcharacterlist.cpp | |
parent | b6d42e0b6223a290f700d9ce9a8aea5f48764610 (diff) |
PATH-718: Ensuring that the characters panel will work correctly with a stubbed physicsextension library.
Diffstat (limited to 'indra/newview/llpathfindingcharacterlist.cpp')
-rw-r--r-- | indra/newview/llpathfindingcharacterlist.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llpathfindingcharacterlist.cpp b/indra/newview/llpathfindingcharacterlist.cpp index ac1fb15be9..9b0ed14e35 100644 --- a/indra/newview/llpathfindingcharacterlist.cpp +++ b/indra/newview/llpathfindingcharacterlist.cpp @@ -33,7 +33,6 @@ #include "llpathfindingobject.h" #include "llpathfindingobjectlist.h" #include "llsd.h" -#include "llpathinglib.h" //--------------------------------------------------------------------------- // LLPathfindingCharacterList @@ -47,11 +46,6 @@ LLPathfindingCharacterList::LLPathfindingCharacterList() LLPathfindingCharacterList::LLPathfindingCharacterList(const LLSD& pCharacterListData) : LLPathfindingObjectList() { - if (LLPathingLib::getInstance() != NULL) - { - LLPathingLib::getInstance()->cleanupPhysicsCapsuleRepResiduals( ); - } - parseCharacterListData(pCharacterListData); } |