aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/fftease.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/fftease/src/fftease.cpp')
-rw-r--r--externals/grill/fftease/src/fftease.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/fftease/src/fftease.cpp b/externals/grill/fftease/src/fftease.cpp
index 23d07491..378ae8ce 100644
--- a/externals/grill/fftease/src/fftease.cpp
+++ b/externals/grill/fftease/src/fftease.cpp
@@ -33,7 +33,7 @@ V fftease::Exit()
Delete();
}
-V fftease::m_dsp(I n,S *const *in,S *const *out)
+V fftease::m_dsp(I n,S *const *,S *const *)
{
const I _D = n;
const F sr = Samplerate();