diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-11 22:35:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-11 22:35:02 +0100 |
| commit | dc27e49291d1d4d0bafee8f26e9c204270a4a2d2 (patch) | |
| tree | c9a9f51464290a11ec96b9f8e58b01069a063a3f /src/lib/audio_processor.h | |
| parent | b9842263a402b5ce1d2f85a1346ca11a419f816e (diff) | |
Remove unused in_channels() in AudioProcessor.
Diffstat (limited to 'src/lib/audio_processor.h')
| -rw-r--r-- | src/lib/audio_processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/audio_processor.h b/src/lib/audio_processor.h index 2c66d5b07..9e34689cb 100644 --- a/src/lib/audio_processor.h +++ b/src/lib/audio_processor.h @@ -24,7 +24,6 @@ #ifndef DCPOMATIC_AUDIO_PROCESSOR_H #define DCPOMATIC_AUDIO_PROCESSOR_H -#include "channel_count.h" #include <boost/shared_ptr.hpp> #include <list> #include <string> @@ -48,8 +47,6 @@ public: virtual std::string name () const = 0; /** @return An internal identifier */ virtual std::string id () const = 0; - /** @return Number of input channels */ - virtual ChannelCount in_channels () const = 0; /** @return Number of output channels */ virtual int out_channels () const = 0; /** @return A clone of this AudioProcessor for operation at the specified sampling rate */ |
