From badb914d46b3b2656528c1dc9faeaf20d9277e1d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 25 May 2017 08:56:53 +0100 Subject: [PATCH] Tidied up spacing --- include/osgUtil/PolytopeIntersector | 1 - 1 file changed, 1 deletion(-) diff --git a/include/osgUtil/PolytopeIntersector b/include/osgUtil/PolytopeIntersector index 558911b5c..9e3e780bb 100644 --- a/include/osgUtil/PolytopeIntersector +++ b/include/osgUtil/PolytopeIntersector @@ -111,7 +111,6 @@ class OSGUTIL_EXPORT PolytopeIntersector : public Intersector inline const osg::Plane& getReferencePlane() const { return _referencePlane; } #ifdef OSG_USE_DEPRECATED_API - enum { DimZero = POINT_PRIMITIVES, /// deprecated, use POINT_PRIMITIVES DimOne = LINE_PRIMITIVES, /// deprecated, use POINT_PRIMITIVES