diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 11:51:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 11:51:52 +0100 |
| commit | 75cd462257fbec6c6998f2d1339e37ab4ff16f31 (patch) | |
| tree | 88b6257c928d0b6a361a64538cf56f74b4e54d2e /src/lib/audio_decoder.cc | |
| parent | b74c18dfc759fc87a5448b54e187c195a48ed3bc (diff) | |
Remove unused variable.
Diffstat (limited to 'src/lib/audio_decoder.cc')
| -rw-r--r-- | src/lib/audio_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_decoder.cc b/src/lib/audio_decoder.cc index 3b97cc16f..59c631632 100644 --- a/src/lib/audio_decoder.cc +++ b/src/lib/audio_decoder.cc @@ -31,7 +31,7 @@ using std::cout; using boost::optional; using boost::shared_ptr; -AudioDecoder::AudioDecoder (shared_ptr<const Film> f, shared_ptr<const AudioContent> c) +AudioDecoder::AudioDecoder (shared_ptr<const Film> f) : Decoder (f) , _audio_position (0) { |
