diff --git a/vcg/complex/algorithms/mesh_assert.h b/vcg/complex/algorithms/mesh_assert.h index 7f4d2d5c..09632022 100644 --- a/vcg/complex/algorithms/mesh_assert.h +++ b/vcg/complex/algorithms/mesh_assert.h @@ -108,7 +108,6 @@ public: { if(m.FN()>0) throw vcg::MissingPreconditionException("Expecting a mesh composed only by edges (no faces needed or allowed)"); - } }