mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
Revert fixes for bug 2096
This reverts commitb83781ccde. This reverts commit55f7c0f6af.
This commit is contained in:
@@ -1291,9 +1291,6 @@ bool Effect::DoEffect(wxWindow *parent,
|
||||
|
||||
bool Effect::Delegate( Effect &delegate, wxWindow *parent, bool shouldPrompt)
|
||||
{
|
||||
// Ensure no net effect on the selected region
|
||||
ValueRestorer< SelectedRegion > cleanup{
|
||||
*mpSelectedRegion, SelectedRegion{ mT0, mT1 } };
|
||||
return delegate.DoEffect( parent, mProjectRate, mTracks, mFactory,
|
||||
mpSelectedRegion, shouldPrompt );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user