--- branches/development/src/math/ConvexHull.cpp 2013/04/29 17:53:48 1867 +++ branches/development/src/math/ConvexHull.cpp 2013/05/15 15:09:35 1874 @@ -206,8 +206,6 @@ void ConvexHull::computeHull(vector body // RealType calcvol = 0.0; qh_triangulate (); - int num_facets = qh num_facets; - int num_vertices = qh num_vertices; FORALLfacets { Triangle face;