From 1d0e2a5526bc24dd0c48fe4b4597471b74f4f409 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 3 Sep 2022 16:47:11 +0200 Subject: [PATCH] Mesh: [skip ci] remove superfluous function call --- src/Mod/Mesh/App/Core/IO/Reader3MF.cpp | 1 - 1 file changed, 1 deletion(-) 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()) {