Skip to content

Commit

Permalink
Remove Octree declaration and typedef from Shape_base
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Aug 4, 2020
1 parent 3c8f16f commit 85fa39f
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -36,10 +36,6 @@

namespace CGAL {
namespace Shape_detection {
namespace internal {
template<class PointAccessor>
class Octree;
}

/*!
\ingroup PkgShapeDetectionRANSACShapes
Expand All @@ -56,8 +52,6 @@ namespace CGAL {
friend class Efficient_RANSAC;
template <class T>
friend class Region_growing_depr;
template<class PointAccessor>
friend class internal::Octree;
/// \endcond

public:
Expand Down

0 comments on commit 85fa39f

Please sign in to comment.