And still more according to Clang

This commit is contained in:
Beq
2025-09-08 22:36:22 +01:00
parent 710cbf564d
commit 459c105bd7
+1 -1
View File
@@ -8284,7 +8284,7 @@ class LLAvatarEnableResetSkeleton : public view_listener_t
{
bool handleEvent(const LLSD& userdata)
{
if (LLVOAvatar* avatar = find_avatar_from_object(LLSelectMgr::getInstance()->getSelection()->getPrimaryObject()))
if (find_avatar_from_object(LLSelectMgr::getInstance()->getSelection()->getPrimaryObject())) // <FS:Beq/> set but unused.
{
return true;
}