From 17c866fb7c38ffe54d0716e90205f0f49db9c0ac Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 22 Jun 2025 22:04:13 +0300 Subject: [PATCH] chore(core): remove unused `ChoiceItem` method [no changelog] --- .../ui/layout_caesar/component/input_methods/choice_item.rs | 5 ----- 1 file changed, 5 deletions(-) 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