From 37716e73e5315a1012f5c494db6bc976a721281f Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 29 Dec 2015 07:19:41 +0000 Subject: [PATCH] removed a useless typedef (clang warning) --- vcg/complex/algorithms/intersection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/complex/algorithms/intersection.h b/vcg/complex/algorithms/intersection.h index 9e59daca..668dbc1f 100644 --- a/vcg/complex/algorithms/intersection.h +++ b/vcg/complex/algorithms/intersection.h @@ -209,7 +209,6 @@ bool Intersection(Plane3 pl, IndexingType *grid, typename std::vector &v) { - typedef typename TriMeshType::FaceContainer FaceContainer; typedef IndexingType GridType; typename TriMeshType::FaceIterator fi; v.clear();