remove old todo

Wed, 15 Jun 2022 12:33:16 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Wed, 15 Jun 2022 12:33:16 +0300
changeset 226
60d6b797a12e
parent 225
551c136b459e
child 227
011600b3cf73

remove old todo

src/document.cpp file | annotate | diff | comparison | revisions
--- a/src/document.cpp	Wed Jun 15 12:32:50 2022 +0300
+++ b/src/document.cpp	Wed Jun 15 12:33:16 2022 +0300
@@ -328,7 +328,6 @@
 	};
 	while (repeat) {
 		repeat = false;
-		// TODO: make this a function that returns quadrilateral indices
 		// Go through triangle boundaries
 		for (const auto& it1 : boundaries) {
 			const indexpair& pair1 = it1.first;

mercurial