diff --git a/Audio/soundin.cpp b/Audio/soundin.cpp index 2b0c07ccf..92368016b 100644 --- a/Audio/soundin.cpp +++ b/Audio/soundin.cpp @@ -26,7 +26,6 @@ bool SoundInput::checkStream () break; case QAudio::UnderrunError: - result = true; Q_EMIT error (tr ("Audio data not being fed to the audio input device fast enough.")); break;