diff --git a/core/embed/rust/src/ui/model_tr/component/share_words.rs b/core/embed/rust/src/ui/model_tr/component/share_words.rs index e044913c7b..fe8d6ea6e2 100644 --- a/core/embed/rust/src/ui/model_tr/component/share_words.rs +++ b/core/embed/rust/src/ui/model_tr/component/share_words.rs @@ -151,7 +151,6 @@ impl<'a> Component for ShareWords<'a> { impl<'a> Paginate for ShareWords<'a> { fn page_count(&self) -> usize { - // Not defining the logic here, as we do not want it to be `&mut`. self.total_page_count() }