summaryrefslogtreecommitdiff
path: root/src/lib/resampler.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-11 15:53:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-11 15:53:52 +0100
commit8bdc282a88cbd0446b06866b9436c43200886314 (patch)
tree252114666813778c1dcf9c88c88788c1456d2b16 /src/lib/resampler.cc
parent4122f932b1dc25f7a4592f49f2c9ab19d63b3a4e (diff)
Remove bad attempt at flushing resamplers.
Diffstat (limited to 'src/lib/resampler.cc')
-rw-r--r--src/lib/resampler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/resampler.cc b/src/lib/resampler.cc
index cc5072442..565fb69c2 100644
--- a/src/lib/resampler.cc
+++ b/src/lib/resampler.cc
@@ -80,6 +80,7 @@ Resampler::run (shared_ptr<const AudioBuffers> in)
return resampled;
}
+/* XXX: no-one calls this */
shared_ptr<const AudioBuffers>
Resampler::flush ()
{