Player: Remove no longer relavant FIXME annotations.

This commit is contained in:
Jordan Petridis 2018-07-19 22:14:17 +03:00
parent 671a31a95a
commit d50f5a0488
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -445,12 +445,10 @@ impl PlayerExt for PlayerWidget {
destination.map(|d| self.player.seek(d));
}
// FIXME: make the interval a GSetting
fn rewind(&self) {
self.seek(ClockTime::from_seconds(10), SeekDirection::Backwards)
}
// FIXME: make the interval a GSetting
fn fast_forward(&self) {
self.seek(ClockTime::from_seconds(10), SeekDirection::Forward)
}