Removed unused items to prevent compilation warnings.

This commit is contained in:
Tats
2016-03-05 18:15:57 -05:00
parent 97ff5ff47d
commit e5f73277b2
4 changed files with 3 additions and 6 deletions
-3
View File
@@ -34,9 +34,6 @@ void Polygon::_constrainVertex(const QPolygonF& polygon, int i, QPointF& v)
if (polygon.size() <= 3)
return;
// Save previous position of vertex.
QPointF prevV = polygon.at(i);
// Look at the two adjunct segments to vertex i and see if they
// intersect with any non-adjacent segments.