Remove obsolete comment

This commit is contained in:
Mael Rouxel-Labbé 2023-02-09 23:10:34 +01:00
parent 0eb6f8062a
commit a346c80a4f
1 changed files with 0 additions and 1 deletions

View File

@ -553,7 +553,6 @@ MainWindow::on_actionLoadConstraints_triggered()
void
MainWindow::loadWKT(QString filename)
{
//Polygons todo : make it multipolygons
std::ifstream ifs(qPrintable(filename));
do
{