From e84a054cd879b4d2c79c8d68820b3b1654da9718 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 21 Jun 2024 11:34:57 +0200 Subject: [PATCH] Removing leftover from deprecated Shape_detection_traits --- .../CGAL/Shape_detection/Efficient_RANSAC/Octree.h | 8 -------- 1 file changed, 8 deletions(-) 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 8e3e261e9908..fa0cf7546659 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 {