removed a useless typedef (clang warning)

This commit is contained in:
Paolo Cignoni 2015-12-29 07:19:41 +00:00
parent 132334f878
commit 37716e73e5
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ bool Intersection(Plane3<ScalarType> pl,
IndexingType *grid,
typename std::vector<typename TriMeshType::FaceType*> &v)
{
typedef typename TriMeshType::FaceContainer FaceContainer;
typedef IndexingType GridType;
typename TriMeshType::FaceIterator fi;
v.clear();