Skip to content

Commit

Permalink
Update src/Mod/TechDraw/Gui/QGILeaderLine.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes authored and yorikvanhavre committed Dec 16, 2024
1 parent 3cadb48 commit a88f308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/TechDraw/Gui/QGILeaderLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ std::vector<QPointF> QGILeaderLine::getWayPointsFromFeature()
if (qPoints.empty()) {
Base::Console().Warning("QGILeaderLine::getWayPointsFromFeature - no points\n");
}

return qPoints;
}

Expand Down

0 comments on commit a88f308

Please sign in to comment.