Player: Remove no longer relavant FIXME annotations.
This commit is contained in:
parent
671a31a95a
commit
d50f5a0488
@ -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)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user