1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 21:50:51 +01:00

Revert fixes for bug 2096

This reverts commit b83781ccde.
This reverts commit 55f7c0f6af.
This commit is contained in:
Paul Licameli
2019-04-22 10:55:13 -04:00
parent 28e0bb25b2
commit 9eb408db56

View File

@@ -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 );
}