mirror of https://github.com/CGAL/cgal
one less warning in Envelope_3, Intersection_3, Interpolation
This commit is contained in:
parent
a444286b39
commit
0acdb162fa
|
|
@ -152,7 +152,6 @@ Object ray_under_linear_constraint(const typename K::Ray_2& ray,
|
|||
const typename K::Line_2& l,
|
||||
const K& k)
|
||||
{
|
||||
typedef typename K::Ray_2 Ray_2;
|
||||
typedef typename K::Vector_2 Vector_2;
|
||||
typedef typename K::Point_2 Point_2;
|
||||
|
||||
|
|
|
|||
|
|
@ -179,7 +179,6 @@ natural_neighbor_coordinates_vertex_2(const Dt& dt,
|
|||
typedef typename Traits::Point_2 Point_2;
|
||||
|
||||
typedef typename Dt::Vertex_handle Vertex_handle;
|
||||
typedef typename Dt::Face_handle Face_handle;
|
||||
typedef typename Dt::Face_circulator Face_circulator;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -215,7 +215,6 @@ surface_neighbors_3(const Dt& dt,
|
|||
typename Dt::Cell_handle start
|
||||
= typename Dt::Cell_handle())
|
||||
{
|
||||
typedef typename ITraits::FT Coord_type;
|
||||
typedef typename ITraits::Point_2 Point_3;
|
||||
|
||||
typedef typename Dt::Cell_handle Cell_handle;
|
||||
|
|
|
|||
|
|
@ -272,7 +272,6 @@ void speed(const std::string& name)
|
|||
{
|
||||
// types
|
||||
typedef typename CGAL::Kernel_traits<T>::Kernel K;
|
||||
typedef typename K::FT FT;
|
||||
typedef typename K::Point_3 Point;
|
||||
|
||||
// speed
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ void all_cases_collinear(typename K::Point_3 pts[4]){
|
|||
template <class K>
|
||||
void _test_intersection_construct(K)
|
||||
{
|
||||
typedef typename K::FT FT;
|
||||
typedef typename K::Point_3 Point_3;
|
||||
typedef typename K::Segment_3 Segment_3;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue