1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 15:08:19 +00:00

chore(core): remove unused ChoiceItem::with_font() method

[no changelog]
This commit is contained in:
Roman Zeyde 2025-06-26 16:51:42 +03:00
parent f7e9148218
commit 2818bb3e5f

View File

@ -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;