From 6a9deeb080cf35b424e556f75475765ef1d5d323 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Thu, 12 Oct 2023 13:56:47 +0200 Subject: [PATCH] Fixed warning --- src/slic3r/GUI/Selection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/Selection.cpp b/src/slic3r/GUI/Selection.cpp index 29102d64d3..8ff3ab4b18 100644 --- a/src/slic3r/GUI/Selection.cpp +++ b/src/slic3r/GUI/Selection.cpp @@ -923,7 +923,6 @@ const std::pair Selection::get_bounding_sphere() const using Traits = CGAL::Min_sphere_of_points_d_traits_3; using Min_sphere = CGAL::Min_sphere_of_spheres_d; using Point = K::Point_3; - using Sphere = Traits::Sphere; std::vector points; if (m_valid) {