diff --git a/src/app/geometry/vgobject.cpp b/src/app/geometry/vgobject.cpp index b594981c3..dcf3280cc 100644 --- a/src/app/geometry/vgobject.cpp +++ b/src/app/geometry/vgobject.cpp @@ -252,7 +252,6 @@ QPointF VGObject::LineIntersectRect(const QRectF &rec, const QLineF &line) { return point; } - Q_ASSERT_X(type == QLineF::BoundedIntersection, Q_FUNC_INFO, "There is no point of intersection."); return point; }