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