From 2a89fa25bbc64f69bd5717e84af9bee3e5120962 Mon Sep 17 00:00:00 2001 From: David Kelly Date: Mon, 18 Jul 2016 16:22:12 -0700 Subject: [PATCH] Removing comments Since I looked into it, seems ok --- libraries/audio/src/AudioInjector.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/audio/src/AudioInjector.cpp b/libraries/audio/src/AudioInjector.cpp index 9c49ce66d8..58122fee3c 100644 --- a/libraries/audio/src/AudioInjector.cpp +++ b/libraries/audio/src/AudioInjector.cpp @@ -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 } }