chore: remove todos and fix benches

This commit is contained in:
Paul Delafosse 2022-05-13 08:16:30 +02:00
parent 8f852b4d8f
commit 5efc18bc3b
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,6 @@ impl Theme {
)
}
// TODO: use me
fn scaled_directories(&self) -> Vec<&str> {
self.get_icon_theme_section()
.and_then(|props| props.get("ScaledDirectories"))