From: David Wells Date: Sat, 13 May 2017 21:24:48 +0000 (-0400) Subject: Remove an unused private variable. X-Git-Tag: v9.0.0-rc1~1598^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4385%2Fhead;p=dealii.git Remove an unused private variable. --- 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. */