diff options
author | Richard Linden <none@none> | 2013-05-10 17:57:12 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-05-10 17:57:12 -0700 |
commit | 3a0e45ff088278cba5314974be6539b05009b8da (patch) | |
tree | e2c771660555596f3bee371caff106d7f38307a2 /indra/newview/llagent.cpp | |
parent | 41b4374760dd060a7f51a4a837851d5a03b7242a (diff) |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
standard naming conventions for handlers vs. reactors
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 2e0fc039c4..6b996edb76 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -1046,14 +1046,6 @@ const LLVector3d &LLAgent::getPositionGlobal() const return mPositionGlobal; } -bool LLAgent::isPositionChanged() const -{ - LLVector3d diff; - diff = mPositionGlobal - mLastPositionGlobal; - - return diff.lengthSquared() > 1.0; -} - //----------------------------------------------------------------------------- // getPositionAgent() //----------------------------------------------------------------------------- |