mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Remove seeming naked new and deletes in comments and uncompiled code
This commit is contained in:
@@ -27,7 +27,7 @@ effect that uses SoundTouch to do its processing (ChangeTempo
|
||||
|
||||
bool EffectSoundTouch::ProcessLabelTrack(Track *track)
|
||||
{
|
||||
// SetTimeWarper(new RegionTimeWarper(mCurT0, mCurT1,
|
||||
// SetTimeWarper(std::make_unique<RegionTimeWarper>(mCurT0, mCurT1,
|
||||
// std::make_unique<LinearTimeWarper>(mCurT0, mCurT0,
|
||||
// mCurT1, mCurT0 + (mCurT1-mCurT0)*mFactor)));
|
||||
LabelTrack *lt = (LabelTrack*)track;
|
||||
|
||||
Reference in New Issue
Block a user