From 1ea8be378258dc31b4e50e0764fe9d351964fb51 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Mon, 4 Apr 2022 08:17:43 -0700 Subject: [PATCH] Remove unused variables. --- src/fbx/Fbx2Raw.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fbx/Fbx2Raw.cpp b/src/fbx/Fbx2Raw.cpp index dd1fe3a..c4171e6 100644 --- a/src/fbx/Fbx2Raw.cpp +++ b/src/fbx/Fbx2Raw.cpp @@ -753,10 +753,6 @@ static void ReadNodeHierarchy( node.rotation = toQuatf(localRotation); node.scale = toVec3f(localScaling); - FbxVector4 nodeGeometricTranslationPivot = pNode->GetGeometricTranslation(FbxNode::eSourcePivot); - FbxVector4 nodeGeometricRotationPivot = pNode->GetGeometricRotation(FbxNode::eSourcePivot); - FbxVector4 nodeGeometricScalePivot = pNode->GetGeometricScaling(FbxNode::eSourcePivot); - if (parentId) { RawNode& parentNode = raw.GetNode(raw.GetNodeById(parentId)); // Add unique child name to the parent node.