diff --git a/vcg/complex/algorithms/closest.h b/vcg/complex/algorithms/closest.h index c682eba0..c007390c 100644 --- a/vcg/complex/algorithms/closest.h +++ b/vcg/complex/algorithms/closest.h @@ -58,7 +58,6 @@ namespace vcg { class FaceTmark:public Tmark { public: - FaceTmark() {} FaceTmark(MESH_TYPE *m) {this->SetMesh(m);} };