dead code

This commit is contained in:
psykose 2024-12-01 19:28:31 +01:00
parent e68c23273c
commit cc7b410d22
Signed by: psykose
SSH key fingerprint: SHA256:pRMVjV3kRB6zl+wNx+sV8KoMnPqQAW6v8dNCxsCGZv8

View file

@ -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]