diff options
author | prep <none@none> | 2012-03-21 09:53:59 -0400 |
---|---|---|
committer | prep <none@none> | 2012-03-21 09:53:59 -0400 |
commit | e94a38f0c99fbbf315c4fba1ce32edbe5f4bf7ed (patch) | |
tree | 8a547595fcd69d8cfab20bd091922d06536c16d3 /indra/newview/llagent.cpp | |
parent | 154e569923d0caf99fb0d24af8475731f5ceaf33 (diff) | |
parent | bb0f2d3784e3b14e673c893e95072bca5c54848c (diff) |
merge
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 3 |
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) { |