mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Remove unnecessary stop of the input audio stream after error notifications
This commit is contained in:
parent
f12f481955
commit
e8808ebc54
@ -37,10 +37,6 @@ bool SoundInput::checkStream ()
|
|||||||
result = true;
|
result = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!result)
|
|
||||||
{
|
|
||||||
stop ();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user