removed a useless typedef (clang warning)
This commit is contained in:
parent
132334f878
commit
37716e73e5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue