From f4717fb4c301bd87612a2e2d0d7373584d88ae3a Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 27 Jul 2023 00:56:22 +0900 Subject: [PATCH] sw_engine: --redundant comment. --- src/lib/sw_engine/tvgSwRle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/sw_engine/tvgSwRle.cpp b/src/lib/sw_engine/tvgSwRle.cpp index 9b6ef4c6..f7e8ab7a 100644 --- a/src/lib/sw_engine/tvgSwRle.cpp +++ b/src/lib/sw_engine/tvgSwRle.cpp @@ -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) {