# HG changeset patch # User Teemu Piippo # Date 1655285596 -10800 # Node ID 60d6b797a12e983a2fc2e0551f0d477013e91384 # Parent 551c136b459e3dbc247098ad4524846fc7e33a51 remove old todo diff -r 551c136b459e -r 60d6b797a12e src/document.cpp --- 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;