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 d0b5fee349..1507c223fd 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 @@ -71,11 +71,6 @@ impl ChoiceItem { self.btn_layout.btn_right = btn_right; } - /// Changing the text. - pub fn set_text(&mut self, text: ShortString) { - self.text = text; - } - fn side_text(&self) -> Option<&str> { if self.icon.is_some() { None