chore: Remove unused method

This commit is contained in:
Victoria Brekenfeld 2024-08-02 20:51:25 +02:00
parent c3524d3546
commit dc3dbfdba0
2 changed files with 0 additions and 8 deletions

View file

@ -132,7 +132,6 @@ impl From<TabBackgroundTheme> for theme::Container {
pub trait TabMessage: Clone {
fn activate(idx: usize) -> Self;
fn is_activate(&self) -> Option<usize>;
fn scroll_further() -> Self;
fn scroll_back() -> Self;