Skip to content

Commit 51ec4c9

Browse files
committed
fix(mpris): Remove duplicated and commented function
1 parent 3fb0014 commit 51ec4c9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/mpris_event_handler.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -653,14 +653,6 @@ impl MprisPlayerService {
653653
Ok(0)
654654
}
655655

656-
// Note that the `Position` property is not writable intentionally, see
657-
// the `set_position` method above.
658-
// #[zbus(property)]
659-
// async fn set_position(&self, _value: TimeInUs) -> zbus::fdo::Result<()> {
660-
// // TODO: implement
661-
// Err(zbus::fdo::Error::NotSupported("Player control not implemented".to_owned()))
662-
// }
663-
664656
// The minimum value which the `Rate` property can take. Clients should not attempt to set the
665657
// `Rate` property below this value.
666658
//

0 commit comments

Comments
 (0)