diff options
Diffstat (limited to 'src/lib/audio_decoder.h')
| -rw-r--r-- | src/lib/audio_decoder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index 679cdd5c5..31d0785c6 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -42,10 +42,6 @@ class AudioDecoder : public virtual Decoder, public boost::enable_shared_from_th public: AudioDecoder (boost::shared_ptr<const AudioContent>, bool fast, boost::shared_ptr<Log> log); - boost::shared_ptr<const AudioContent> audio_content () const { - return _audio_content; - } - /** Try to fetch some audio from a specific place in this content. * @param frame Frame to start from (after resampling, if applicable) * @param length Frames to get (after resampling, if applicable) |
