Mercurial > hg > svapp
comparison audio/AudioRecordTarget.cpp @ 560:e348e0c52115 3.0-integration
Remove unused param
author | Chris Cannam |
---|---|
date | Tue, 13 Dec 2016 15:46:11 +0000 |
parents | 7b115a6505b8 |
children | 6f54789f3127 |
comparison
equal
deleted
inserted
replaced
559:7b115a6505b8 | 560:e348e0c52115 |
---|---|
71 { | 71 { |
72 m_recordChannelCount = c; | 72 m_recordChannelCount = c; |
73 } | 73 } |
74 | 74 |
75 void | 75 void |
76 AudioRecordTarget::putSamples(const float *const *samples, int nchannels, int nframes) | 76 AudioRecordTarget::putSamples(const float *const *samples, int, int nframes) |
77 { | 77 { |
78 bool secChanged = false; | 78 bool secChanged = false; |
79 sv_frame_t frameToEmit = 0; | 79 sv_frame_t frameToEmit = 0; |
80 | 80 |
81 { | 81 { |