diff --git a/apps/metro/sampling.h b/apps/metro/sampling.h index ff5f1498..a7edcba1 100644 --- a/apps/metro/sampling.h +++ b/apps/metro/sampling.h @@ -548,7 +548,6 @@ void Sampling::Hausdorff() { Box3< ScalarType> bbox; - typedef typename std::vector::iterator FaceVecIterator; // set grid meshes. if(Flags & SamplingFlags::USE_HASH_GRID) hS2.Set(S2.face.begin(),S2.face.end()); if(Flags & SamplingFlags::USE_AABB_TREE) tS2.Set(S2.face.begin(),S2.face.end());