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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user