FIRE-30873: Remove unused character

master
Angeldark Raymaker 2024-10-02 19:41:08 +01:00
parent cf08d21fdd
commit 7dd9453088
1 changed files with 1 additions and 2 deletions

View File

@ -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;