mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
removed unuseful function
This commit is contained in:
parent
ff9b23ddbd
commit
401b84a44a
@ -96,11 +96,3 @@ bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_f
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
bool MeshDocumentFromAln(MeshDocument& md)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user