mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +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
|
// cleanup any previously initialized device
|
||||||
if (_audioOutput) {
|
if (_audioOutput) {
|
||||||
_audioOutput->stop();
|
_audioOutput->stop();
|
||||||
disconnect(_outputDevice, 0, 0, 0);
|
|
||||||
_outputDevice = NULL;
|
_outputDevice = NULL;
|
||||||
|
|
||||||
delete _audioOutput;
|
delete _audioOutput;
|
||||||
|
|
Loading…
Reference in a new issue