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