Skip to content

Commit

Permalink
refactor(filterState): remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
josueBarretogit committed Aug 9, 2024
1 parent bbdc6c9 commit 09862d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/view/widgets/filter_widget/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,6 @@ impl<T> FilterListDynamic<T> {
self.items = None;
}

pub fn is_search_bar_empty(&mut self) -> bool {
self.search_bar.value().trim().is_empty()
}

fn toggle(&mut self) {
if let Some(items) = self.items.as_mut() {
Expand Down

0 comments on commit 09862d0

Please sign in to comment.