Skip to content

Commit

Permalink
Remove irrelevant TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 28, 2024
1 parent 2f6dbaa commit c347503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ impl SerializerContext {
FontInfo::new(font_data.as_ref().as_ref(), index, location.clone())
{
let font_info = Arc::new(font_info);
// TODO: Prevent font info from being computed twice?
let font = self
.font_cache
.get(&font_info.clone())
Expand Down

0 comments on commit c347503

Please sign in to comment.