mirror of https://github.com/CGAL/cgal
Remove unused typedefs
This commit is contained in:
parent
dce2d9b780
commit
8ee3eecc85
|
|
@ -168,7 +168,6 @@ public:
|
||||||
|
|
||||||
using FT = typename Traits::FT;
|
using FT = typename Traits::FT;
|
||||||
using Point_ref = typename boost::property_traits<VPM>::reference;
|
using Point_ref = typename boost::property_traits<VPM>::reference;
|
||||||
using Vector = typename Traits::Vector_3;
|
|
||||||
|
|
||||||
using Visitor = typename internal_np::Lookup_named_param_def<
|
using Visitor = typename internal_np::Lookup_named_param_def<
|
||||||
internal_np::visitor_t,
|
internal_np::visitor_t,
|
||||||
|
|
@ -471,7 +470,6 @@ private:
|
||||||
namespace PMP = CGAL::Polygon_mesh_processing;
|
namespace PMP = CGAL::Polygon_mesh_processing;
|
||||||
|
|
||||||
using Point = typename boost::property_traits<PMap>::value_type;
|
using Point = typename boost::property_traits<PMap>::value_type;
|
||||||
using Kernel = typename CGAL::Kernel_traits<Point>::type;
|
|
||||||
|
|
||||||
// gather halfedges around the face
|
// gather halfedges around the face
|
||||||
std::vector<Point> hole_points;
|
std::vector<Point> hole_points;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue