diff options
author | Drake Arconis <drake@alchemyviewer.org> | 2015-06-30 10:52:20 -0400 |
---|---|---|
committer | Drake Arconis <drake@alchemyviewer.org> | 2015-06-30 10:52:20 -0400 |
commit | a54c14f7a97f13c495fea6911ec8b56f2a410ee7 (patch) | |
tree | 2f31b03ac9039953decc482e8b7d9b0371891fd5 /indra/newview/llvoavatar.cpp | |
parent | 0dba9289203080fe420d3112a8c3f0a01a2450dd (diff) |
Unused variable cleanup.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index fcb2f69619..e29cc7147c 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6457,7 +6457,6 @@ BOOL LLVOAvatar::isFullyLoaded() const bool LLVOAvatar::isTooComplex() const { bool too_complex; - F64 now = LLFrameTimer::getTotalSeconds(); if (isSelf()) { too_complex = false; |