Skip to content

Commit 9dc81f7

Browse files
committed
NFC: Remove ToDo comment that appears to be done
The comment "@todo identify fonts by their name and not filename" was was added in solvespace@784f3e5 but seems to have been already implemented at that time since TTF fonts are sorted and filtered by their font name instead of file name.
1 parent cec40e2 commit 9dc81f7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/ttf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ void TtfFontList::LoadAll() {
8181
[](const TtfFont &a, const TtfFont &b) { return a.name == b.name; });
8282
l.RemoveLast(&l[l.n] - it);
8383

84-
//! @todo identify fonts by their name and not filename, which may change
85-
//! between OSes.
86-
8784
loaded = true;
8885
}
8986

0 commit comments

Comments
 (0)