diff --git a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Octree.h b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Octree.h index 8e3e261e990..fa0cf754665 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Octree.h +++ b/Shape_detection/include/CGAL/Shape_detection/Efficient_RANSAC/Octree.h @@ -31,11 +31,6 @@ namespace CGAL { namespace Shape_detection { -// Forward declaration needed for automatic traits detection without -// including the deprecated header itself… -template -struct Shape_detection_traits; - namespace internal { template @@ -43,9 +38,6 @@ struct Traits_base { typedef Traits type; }; template struct Traits_base > { typedef Gt type; }; -template -struct Traits_base > -{ typedef Gt type; }; template class RANSAC_octree {