Removed old and commented code

This commit is contained in:
Nico Kruithof 2012-12-27 21:26:11 +01:00
parent cdb5e049bb
commit 932247a2db
1 changed files with 0 additions and 4 deletions

View File

@ -2666,10 +2666,6 @@ void Periodic_2_triangulation_2<Gt, Tds>::fill_hole_delaunay(
ff = (* ++hit).first; ii = (*hit).second;
fn = (* ++hit).first; in = (*hit).second;
Face_handle newf = create_face(f,i,ff,ii,fn,in);
// set_offsets(newf,
// vertex_offsets[newf->vertex(0)],
// vertex_offsets[newf->vertex(1)],
// vertex_offsets[newf->vertex(2)]);
Offset oo0(vertex_offsets[newf->vertex(0)]);
Offset oo1(vertex_offsets[newf->vertex(1)]);
Offset oo2(vertex_offsets[newf->vertex(2)]);