lint: dead code no one uses

This commit is contained in:
Compositr 2024-11-02 18:09:31 +11:00
parent 4968a907dd
commit 4d82105da8

View file

@ -33,10 +33,6 @@ impl Icons {
}) })
} }
pub fn has_filename(&self, icon: &str) -> bool {
self.icon_filenames.contains(&OsString::from(icon))
}
pub fn has_iconname(&self, icon: &str) -> bool { pub fn has_iconname(&self, icon: &str) -> bool {
self.icon_filenames self.icon_filenames
.iter() .iter()