summaryrefslogtreecommitdiff
path: root/src/lib/upmixer_a.cc
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.cc
parentb9842263a402b5ce1d2f85a1346ca11a419f816e (diff)
Remove unused in_channels() in AudioProcessor.
Diffstat (limited to 'src/lib/upmixer_a.cc')
-rw-r--r--src/lib/upmixer_a.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/upmixer_a.cc b/src/lib/upmixer_a.cc
index e6ec09c6a..a5850cf94 100644
--- a/src/lib/upmixer_a.cc
+++ b/src/lib/upmixer_a.cc
@@ -52,12 +52,6 @@ UpmixerA::id () const
return N_("stereo-5.1-upmix-a");
}
-ChannelCount
-UpmixerA::in_channels () const
-{
- return ChannelCount (2);
-}
-
int
UpmixerA::out_channels () const
{