diff framework/MainWindowBase.cpp @ 748:baa7d3a85317

Remove no-longer-used signal
author Chris Cannam
date Wed, 22 Apr 2020 14:48:22 +0100
parents 771ec060c1d2
children 5b6655449ba6 6429a164b7e1
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Mon Apr 20 18:47:04 2020 +0100
+++ b/framework/MainWindowBase.cpp	Wed Apr 22 14:48:22 2020 +0100
@@ -281,8 +281,6 @@
             this,           SLOT(audioChannelCountIncreased(int)));
     connect(m_playSource, SIGNAL(audioOverloadPluginDisabled()),
             this,           SLOT(audioOverloadPluginDisabled()));
-    connect(m_playSource, SIGNAL(audioTimeStretchMultiChannelDisabled()),
-            this,           SLOT(audioTimeStretchMultiChannelDisabled()));
 
     connect(m_viewManager, SIGNAL(monitoringLevelsChanged(float, float)),
             this, SLOT(monitoringLevelsChanged(float, float)));