1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-09 13:12:17 +01:00

Remove a disabled EXPERIMENTAL and associated code...

... which referred to other functions that no longer exist
This commit is contained in:
Paul Licameli
2019-06-02 13:27:56 -04:00
parent c6a7f7c59f
commit 96ad9c9b00
5 changed files with 0 additions and 31 deletions

View File

@@ -886,8 +886,6 @@ void ControlToolBar::StopPlaying(bool stopStream /* = true*/)
// So that we continue monitoring after playing or recording.
// also clean the MeterQueues
if( project ) {
project->MayStartMonitoring();
MeterPanel *meter = project->GetPlaybackMeter();
if( meter ) {
meter->Clear();