From 273f71d31943783d97f9a64b9c8fe2ec11207f0f Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 13 May 2017 17:24:48 -0400 Subject: [PATCH] Remove an unused private variable. --- include/deal.II/opencascade/boundary_lib.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/deal.II/opencascade/boundary_lib.h b/include/deal.II/opencascade/boundary_lib.h index d992e5a72b..0f4e46cc40 100644 --- a/include/deal.II/opencascade/boundary_lib.h +++ b/include/deal.II/opencascade/boundary_lib.h @@ -248,11 +248,6 @@ namespace OpenCASCADE */ const TopoDS_Shape sh; - /** - * Direction used to project new points on the shape. - */ - const Point<3> direction; - /** * Relative tolerance used by this class to compute distances. */ -- 2.39.5