diff options
author | Palmer Truelson <palmer@lindenlab.com> | 2010-02-12 21:06:25 -0800 |
---|---|---|
committer | Palmer Truelson <palmer@lindenlab.com> | 2010-02-12 21:06:25 -0800 |
commit | 3b8463f0fd5f0b2cd54840c34a7a7e303954f768 (patch) | |
tree | a8c303cc592266109b368a4ae6093e8d2c3cf10f /indra/newview/llagent.cpp | |
parent | 660c3b182c12ce0842334127782abc7c3cfba860 (diff) | |
parent | 1f672990e796ec55f7b684dbf46f939d1ab15607 (diff) |
merge
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | 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 afd9d7b3f9..3675be16e9 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3018,9 +3018,6 @@ void LLAgent::endAnimationUpdateUI() //----------------------------------------------------------------------------- void LLAgent::updateCamera() { - static LLFastTimer::DeclareTimer ftm("Camera"); - LLFastTimer t(ftm); - //Ventrella - changed camera_skyward to the new global "mCameraUpVector" mCameraUpVector = LLVector3::z_axis; //LLVector3 camera_skyward(0.f, 0.f, 1.f); |