diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2025-08-11 18:40:16 +0200 |
---|---|---|
committer | Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> | 2025-08-12 14:09:53 +0000 |
commit | f03cd219a91740de9f406cfae5bbc15194156c78 (patch) | |
tree | b71b5047b3d53c47ae59f3d03f48b4d93537838e /indra/newview/llvoavatar.cpp | |
parent | c61c9a9e67c1f5f1f123742c529b843c78577aba (diff) |
Fix clang compiler issues due to unused variables
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index dd59979a6c..283a80a1ed 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -4766,14 +4766,6 @@ bool LLVOAvatar::updateCharacter(LLAgent &agent) } bool visible = isVisible(); - bool is_control_avatar = isControlAvatar(); // capture state to simplify tracing - bool is_attachment = false; - - if (is_control_avatar) - { - LLControlAvatar *cav = dynamic_cast<LLControlAvatar*>(this); - is_attachment = cav && cav->mRootVolp && cav->mRootVolp->isAttachment(); // For attached animated objects - } // For fading out the names above heads, only let the timer // run if we're visible. |