removed unuseful function

This commit is contained in:
alemuntoni 2020-06-26 14:53:08 +02:00
parent ff9b23ddbd
commit 401b84a44a
2 changed files with 0 additions and 9 deletions

View File

@ -96,11 +96,3 @@ bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_f
return true;
}
bool MeshDocumentFromAln(MeshDocument& md)
{
return false;
}

View File

@ -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