mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Removing comments
Since I looked into it, seems ok
This commit is contained in:
parent
df615b1503
commit
2a89fa25bb
1 changed files with 0 additions and 4 deletions
|
@ -165,14 +165,10 @@ void AudioInjector::restart() {
|
|||
if (!_options.localOnly) {
|
||||
|
||||
if (!injectorManager->restartFinishedInjector(this)) {
|
||||
// TODO: this logic seems to remove the pending delete,
|
||||
// which makes me wonder about the deleteLater calls
|
||||
_state = AudioInjectorState::Finished; // we're not playing, so reset the state used by isPlaying.
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// TODO: this logic seems to remove the pending delete,
|
||||
// which makes me wonder about the deleteLater calls
|
||||
_state = AudioInjectorState::Finished; // we failed to play, so we are finished again
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue