Skip to content

Commit bc80321

Browse files
author
Par Winzell
committed
Delete obsolete snippets.
1 parent bf28c29 commit bc80321

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Fbx2Raw.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ static void ReadMesh(RawModel &raw, FbxScene *pScene, FbxNode *pNode, const std:
536536
rawSurface.jointGeometryMaxs.emplace_back(-FLT_MAX, -FLT_MAX, -FLT_MAX);
537537
}
538538

539-
std::set<std::string> collectedWarnings;
540539
int polygonVertexIndex = 0;
541540

542541
for (int polygonIndex = 0; polygonIndex < pMesh->GetPolygonCount(); polygonIndex++) {
@@ -691,9 +690,6 @@ static void ReadMesh(RawModel &raw, FbxScene *pScene, FbxNode *pNode, const std:
691690

692691
raw.AddTriangle(rawVertexIndices[0], rawVertexIndices[1], rawVertexIndices[2], rawMaterialIndex, rawSurfaceIndex);
693692
}
694-
for (const auto &warning : collectedWarnings) {
695-
fmt::fprintf(stderr, "%s\n", warning);
696-
}
697693
}
698694

699695
static void ReadCamera(RawModel &raw, FbxScene *pScene, FbxNode *pNode)

0 commit comments

Comments
 (0)