Mesh: [skip ci] remove superfluous function call

This commit is contained in:
wmayer
2022-09-03 16:47:11 +02:00
parent f156af4af8
commit 1d0e2a5526

View File

@@ -85,7 +85,6 @@ bool Reader3MF::Load()
try {
// The first file might already be 3dmodel.model but unfortunately the
// zipios++ API doesn't have a function to check it. So, try it blindly.
zip.rdbuf();
if (!LoadModel(zip)) {
entry = zip.getNextEntry();
while (entry && entry->isValid()) {