Wed, 15 Jun 2022 12:33:16 +0300
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;