Remove warning

This commit is contained in:
Guillaume Damiand 2015-01-02 18:50:49 +01:00
parent 32464de4a5
commit 090f2f5cfd
1 changed files with 2 additions and 2 deletions

View File

@ -2373,7 +2373,7 @@ void MainWindow::sierpinski_carpet_split_edge_in_three(Dart_handle dh)
p4 = LCC::Traits::Construct_translated_point() (p1,v3);
}*/
Dart_handle d1=
// Dart_handle d1=
CGAL::insert_cell_0_in_cell_1(*(scene.lcc),
dh,
LCC::null_handle,
@ -2389,7 +2389,7 @@ void MainWindow::sierpinski_carpet_split_edge_in_three(Dart_handle dh)
new_darts.push_back((scene.lcc)->beta(dh,1));
}*/
Dart_handle d2=
// Dart_handle d2=
CGAL::insert_cell_0_in_cell_1(*(scene.lcc),
dh,
LCC::null_handle,