Fixed more clang warnings

This commit is contained in:
Jan Möbius
2019-05-29 11:27:23 +02:00
parent 6050565b86
commit df6c3cbb93
9 changed files with 28 additions and 29 deletions

View File

@@ -131,7 +131,6 @@ MeshViewerWidgetT<M>::open_mesh(const char* _filename, IO::Options _opt)
typename Mesh::ConstVertexIter vIt(mesh_.vertices_begin());
typename Mesh::ConstVertexIter vEnd(mesh_.vertices_end());
typedef typename Mesh::Point Point;
using OpenMesh::Vec3f;
Vec3f bbMin, bbMax;