mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:19:06 +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 (!_options.localOnly) {
|
||||||
|
|
||||||
if (!injectorManager->restartFinishedInjector(this)) {
|
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.
|
_state = AudioInjectorState::Finished; // we're not playing, so reset the state used by isPlaying.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} 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
|
_state = AudioInjectorState::Finished; // we failed to play, so we are finished again
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue