mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
removed unneeded call to disconnect()
This commit is contained in:
parent
cec3f944d7
commit
2257afd390
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ bool Audio::switchOutputToAudioDevice(const QAudioDeviceInfo& outputDeviceInfo)
|
|||
// cleanup any previously initialized device
|
||||
if (_audioOutput) {
|
||||
_audioOutput->stop();
|
||||
disconnect(_outputDevice, 0, 0, 0);
|
||||
_outputDevice = NULL;
|
||||
|
||||
delete _audioOutput;
|
||||
|
|
Loading…
Reference in a new issue