GCC warning.

This commit is contained in:
Roman Telezhynskyi 2022-11-11 19:03:34 +02:00
parent 5a3669e42b
commit a329444b4b

View file

@ -83,10 +83,6 @@ auto FillPath(const QVector<QPointF> &path, qreal accuracy) -> QVector<QPointF>
}
while(line.length() > len);
}
else
{
int a = 1;
}
}
pathFilled.append(ConstLast(path));