mirror of https://github.com/CGAL/cgal
remove useless variables
This commit is contained in:
parent
4555539a28
commit
79915ab6d7
|
|
@ -936,8 +936,6 @@ update_mesh(const Moves_vector& moves,
|
|||
it != moves.end() ;
|
||||
++it )
|
||||
{
|
||||
typename Gt::Construct_point_3 wp2p = Gt().construct_point_3_object();
|
||||
|
||||
const Vertex_handle& v = cpp11::get<0>(*it);
|
||||
const Weighted_point& new_position = cpp11::get<1>(*it);
|
||||
// Get size at new position
|
||||
|
|
|
|||
|
|
@ -157,7 +157,6 @@ no_topological_change(const Tr& tr,
|
|||
const Weighted_point& p,
|
||||
Cell_vector& cells_tos) const
|
||||
{
|
||||
Tr::Geom_traits::Construct_point_3 wp2p = tr.geom_traits().construct_point_3_object();
|
||||
bool np = true;
|
||||
const Weighted_point fp = v0->point();
|
||||
v0->set_point(p);
|
||||
|
|
|
|||
Loading…
Reference in New Issue