diff --git a/src/Mod/Mesh/App/Core/IO/Reader3MF.cpp b/src/Mod/Mesh/App/Core/IO/Reader3MF.cpp index a4b0ee4381..3cd6a3b644 100644 --- a/src/Mod/Mesh/App/Core/IO/Reader3MF.cpp +++ b/src/Mod/Mesh/App/Core/IO/Reader3MF.cpp @@ -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()) {