mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-24 23:48:13 +00:00
chore(core): remove unused ChoiceItem::with_font()
method
[no changelog]
This commit is contained in:
parent
f7e9148218
commit
2818bb3e5f
@ -41,12 +41,6 @@ impl ChoiceItem {
|
|||||||
self
|
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.
|
/// Allows for middle action without release.
|
||||||
pub fn with_middle_action_without_release(mut self) -> Self {
|
pub fn with_middle_action_without_release(mut self) -> Self {
|
||||||
self.middle_action_without_release = true;
|
self.middle_action_without_release = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user