removed unneeded call to disconnect()

This commit is contained in:
Brad Hefta-Gaub 2014-03-26 15:20:27 -07:00
parent cec3f944d7
commit 2257afd390

View file

@ -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;