diff --git a/core/embed/rust/src/ui/layout_caesar/component/input_methods/choice_item.rs b/core/embed/rust/src/ui/layout_caesar/component/input_methods/choice_item.rs index 1507c223fd..3f45136548 100644 --- a/core/embed/rust/src/ui/layout_caesar/component/input_methods/choice_item.rs +++ b/core/embed/rust/src/ui/layout_caesar/component/input_methods/choice_item.rs @@ -41,12 +41,6 @@ impl ChoiceItem { self } - /// Allows to change the font. - pub fn with_font(mut self, font: Font) -> Self { - self.font = font; - self - } - /// Allows for middle action without release. pub fn with_middle_action_without_release(mut self) -> Self { self.middle_action_without_release = true;