Skip to content

Commit

Permalink
Remove unused trait
Browse files Browse the repository at this point in the history
  • Loading branch information
jpttrssn committed Jan 11, 2025
1 parent f55b795 commit 37f4afa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/mime_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ fn filename_eq(path_opt: &Option<PathBuf>, filename: &str) -> bool {
.unwrap_or(false)
}

pub trait LanguageSorter {
fn language_sorter(&self) -> Option<Lazy<Collator>> {
None
}
}

pub struct MimeAppCache {
cache: HashMap<Mime, Vec<MimeApp>>,
terminals: Vec<MimeApp>,
Expand Down

0 comments on commit 37f4afa

Please sign in to comment.