dead code
This commit is contained in:
parent
e68c23273c
commit
cc7b410d22
1 changed files with 0 additions and 12 deletions
|
@ -101,18 +101,6 @@ mod imp {
|
|||
format!("{:02}:{:02}", duration / 60, duration % 60)
|
||||
}
|
||||
|
||||
#[template_callback]
|
||||
fn star_button_icon_name(
|
||||
&self, /* TODO , starred: Option<&glib::DateTime> */
|
||||
) -> &'static str {
|
||||
/* TODO
|
||||
match starred {
|
||||
None => "heart-empty-symbolic",
|
||||
Some(_) => "heart-full-symbolic",
|
||||
} */
|
||||
"heart-empty-symbolic"
|
||||
}
|
||||
|
||||
// song widget+drag behavior taken from gnome music
|
||||
|
||||
#[template_callback]
|
||||
|
|
Loading…
Reference in a new issue