From 401b84a44a2df38a4e2dfafd7a92f8339adba577 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 26 Jun 2020 14:53:08 +0200 Subject: [PATCH] removed unuseful function --- src/common/meshlabdocumentbundler.cpp | 8 -------- src/common/meshlabdocumentbundler.h | 1 - 2 files changed, 9 deletions(-) diff --git a/src/common/meshlabdocumentbundler.cpp b/src/common/meshlabdocumentbundler.cpp index 2b0d082db..b7c314d4d 100644 --- a/src/common/meshlabdocumentbundler.cpp +++ b/src/common/meshlabdocumentbundler.cpp @@ -96,11 +96,3 @@ bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_f return true; } - - - - -bool MeshDocumentFromAln(MeshDocument& md) -{ - return false; -} diff --git a/src/common/meshlabdocumentbundler.h b/src/common/meshlabdocumentbundler.h index 152e08c54..d1626f562 100644 --- a/src/common/meshlabdocumentbundler.h +++ b/src/common/meshlabdocumentbundler.h @@ -5,6 +5,5 @@ bool MeshDocumentFromBundler(MeshDocument &md, QString filename_out, QString image_list_filename, QString model_filename); bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_filename); -bool MeshDocumentFromAln(MeshDocument &md); #endif // __MESHLABDOC_BUNDLER_H