mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Removed unused items to prevent compilation warnings.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user