remove warning

This commit is contained in:
Sébastien Loriot 2014-12-15 14:37:49 +01:00 committed by Remy Thomasse
parent b5047c9bb8
commit e270de4b67
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ MainWindow::on_actionGenerateSegmentFans_triggered()
void
MainWindow::on_actionGeneratePolytopeInDisc_triggered()
{
typedef CGAL::Points_on_segment_2<Point_2> PG;
boost::mt19937 gen;
gen.seed(time(0));
std::vector<Point_2> points;