Skip to content

Commit

Permalink
fixup! feat(core/rust): remove confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoVrahe committed Jul 14, 2022
1 parent d78bb21 commit 33c770c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/embed/rust/src/ui/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ impl<'a> TextOverlay<'a> {
}
}

// baseline relative to the underlying render area
pub fn place(&mut self, baseline: Offset) {
let text_width = self.font.text_width(self.text);
let text_height = self.font.text_height();
Expand Down

0 comments on commit 33c770c

Please sign in to comment.