sw_engine: --redundant comment.

This commit is contained in:
Hermet Park 2023-07-27 00:56:22 +09:00
parent f93fbc9e59
commit f4717fb4c3

View file

@ -720,7 +720,6 @@ static void _decomposeOutline(RleWorker& rw)
auto pt = outline->pts.data + first;
auto types = outline->types.data + first;
/* A contour cannot start with a cubic control point! */
_moveTo(rw, UPSCALE(outline->pts.data[first]));
while (pt < limit) {