refactor: zap display_center stub implementations

This commit is contained in:
Henrik Friedrichsen
2020-10-18 17:04:18 +02:00
parent 013beb245b
commit e5be021699
6 changed files with 3 additions and 21 deletions

View File

@@ -176,10 +176,6 @@ impl ListItem for Album {
format!("{}", self)
}
fn display_center(&self, _library: Arc<Library>) -> String {
"".to_string()
}
fn display_right(&self, library: Arc<Library>) -> String {
let saved = if library.is_saved_album(self) {
if library.cfg.values().use_nerdfont.unwrap_or(false) {