lint: dead code no one uses
This commit is contained in:
parent
4968a907dd
commit
4d82105da8
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue