diff main/MainWindow.cpp @ 2512:d469d26ffeb1

Remove no-longer-used signal
author Chris Cannam
date Wed, 22 Apr 2020 14:48:41 +0100
parents 1a04140acf60
children 27dc177e114f
line wrap: on
line diff
--- a/main/MainWindow.cpp	Wed Apr 22 13:10:12 2020 +0100
+++ b/main/MainWindow.cpp	Wed Apr 22 14:48:41 2020 +0100
@@ -4680,17 +4680,6 @@
 }
 
 void
-MainWindow::audioTimeStretchMultiChannelDisabled()
-{
-    static bool shownOnce = false;
-    if (shownOnce) return;
-    QMessageBox::information
-        (this, tr("Audio processing overload"),
-         tr("<b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload."));
-    shownOnce = true;
-}
-
-void
 MainWindow::betaReleaseWarning()
 {
     QMessageBox::information