From 7dd9453088f3c73248096ca3b7c19c4f42d92a86 Mon Sep 17 00:00:00 2001 From: Angeldark Raymaker Date: Wed, 2 Oct 2024 19:41:08 +0100 Subject: [PATCH] FIRE-30873: Remove unused character --- indra/newview/fsposingmotion.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/fsposingmotion.cpp b/indra/newview/fsposingmotion.cpp index d71bf9ab73..a726d2233c 100644 --- a/indra/newview/fsposingmotion.cpp +++ b/indra/newview/fsposingmotion.cpp @@ -27,7 +27,7 @@ #include "fsposingMotion.h" #include "llcharacter.h" -FSPosingMotion::FSPosingMotion(const LLUUID &id) : LLMotion(id), _character(NULL) +FSPosingMotion::FSPosingMotion(const LLUUID &id) : LLMotion(id) { mName = "fs_poser_pose"; _motionID = id; @@ -38,7 +38,6 @@ LLMotion::LLMotionInitStatus FSPosingMotion::onInitialize(LLCharacter *character if (!character) return STATUS_FAILURE; - _character = character; _jointPoses.clear(); LLJoint* targetJoint;