mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 10:18:50 -04:00
Remove unnecessary stop of the input audio stream after error notifications
This commit is contained in:
@@ -37,10 +37,6 @@ bool SoundInput::checkStream ()
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
if (!result)
|
||||
{
|
||||
stop ();
|
||||
}
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user