remove dead code

This commit is contained in:
Mamadou Babaei
2024-08-16 18:00:52 +02:00
parent f2b7854a1a
commit 1a505cf21b
@@ -739,16 +739,7 @@ TArray<FVector> FSGXRTracker::FImpl::GetFingerStartPositions(const bool bRight)
TArray<FQuat> FSGXRTracker::FImpl::GetFingerStartRotations(const bool bRight)
{
const TArray<FTransform> StartTransforms{GetFingerStartTransforms(bRight)};
ensureAlwaysMsgf(StartTransforms.Num() == 5, TEXT("Invalid number of finger start transforms!"));
const TArray<FQuat> StartRotations{
// StartTransforms[0].GetRotation(),
// StartTransforms[1].GetRotation(),
// StartTransforms[2].GetRotation(),
// StartTransforms[3].GetRotation(),
// StartTransforms[4].GetRotation(),
FQuat::Identity,
FQuat::Identity,
FQuat::Identity,