summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-03-20 17:38:58 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-03-20 17:38:58 -0700
commit2f4ad07633264688f5335022f65bfab095c19815 (patch)
tree8a4e1a85508544a695459a02bb59c5990d9a3e1a /indra/newview/llagent.cpp
parenta2fc83de1e3f47accee9387f2710727edc9e27d4 (diff)
Cleaning up miscellaneous differences between the pathfinding repository and the latest viewer-development.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-xindra/newview/llagent.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 8fd6c2605f..0102fb8270 100755
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -396,7 +396,6 @@ void LLAgent::ageChat()
//-----------------------------------------------------------------------------
void LLAgent::moveAt(S32 direction, bool reset)
{
-
mMoveTimer.reset();
LLFirstUse::notMoving(false);
@@ -646,7 +645,6 @@ void LLAgent::setFlying(BOOL fly)
// static
void LLAgent::toggleFlying()
{
-
if ( gAgent.mAutoPilot )
{
LLToolPie::instance().stopClickToWalk();
@@ -2705,7 +2703,6 @@ void LLAgent::sendAnimationRequest(const LLUUID &anim_id, EAnimRequest request)
void LLAgent::sendWalkRun(bool running)
{
-
LLMessageSystem* msgsys = gMessageSystem;
if (msgsys)
{