changeset 560:e348e0c52115 3.0-integration

Remove unused param
author Chris Cannam
date Tue, 13 Dec 2016 15:46:11 +0000
parents 7b115a6505b8
children fc70aa31d8c5
files audio/AudioRecordTarget.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audio/AudioRecordTarget.cpp	Tue Dec 13 12:03:48 2016 +0000
+++ b/audio/AudioRecordTarget.cpp	Tue Dec 13 15:46:11 2016 +0000
@@ -73,7 +73,7 @@
 }
 
 void
-AudioRecordTarget::putSamples(const float *const *samples, int nchannels, int nframes)
+AudioRecordTarget::putSamples(const float *const *samples, int, int nframes)
 {
     bool secChanged = false;
     sv_frame_t frameToEmit = 0;