1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 14:13:57 +01:00

More unused parameters and local variables.

This commit is contained in:
James Crook
2016-09-12 12:33:44 +01:00
parent e39cdce0fc
commit 4eeef25191
6 changed files with 11 additions and 6 deletions

View File

@@ -399,7 +399,7 @@ bool EffectPaulstretch::ProcessOne(WaveTrack *track,double t0,double t1,int coun
/*************************************************************/
PaulStretch::PaulStretch(float rap_, size_t in_bufsize_, float samplerate_)
PaulStretch::PaulStretch(float rap_, size_t in_bufsize_, float /*samplerate_*/)
: samplerate { samplerate }
, rap { std::max(1.0f, rap_) }
, in_bufsize { in_bufsize_ }