summaryrefslogtreecommitdiff
path: root/src/lib/upmixer_a.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-11 22:35:02 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-11 22:35:02 +0100
commitdc27e49291d1d4d0bafee8f26e9c204270a4a2d2 (patch)
treec9a9f51464290a11ec96b9f8e58b01069a063a3f /src/lib/upmixer_a.h
parentb9842263a402b5ce1d2f85a1346ca11a419f816e (diff)
Remove unused in_channels() in AudioProcessor.
Diffstat (limited to 'src/lib/upmixer_a.h')
-rw-r--r--src/lib/upmixer_a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/upmixer_a.h b/src/lib/upmixer_a.h
index a25c3a329..654f5f025 100644
--- a/src/lib/upmixer_a.h
+++ b/src/lib/upmixer_a.h
@@ -34,7 +34,6 @@ public:
std::string name () const;
std::string id () const;
- ChannelCount in_channels () const;
int out_channels () const;
boost::shared_ptr<AudioProcessor> clone (int) const;
boost::shared_ptr<AudioBuffers> run (boost::shared_ptr<const AudioBuffers>, int channels);