summaryrefslogtreecommitdiff
path: root/src/lib/audio_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-07 16:06:02 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-07 16:06:02 +0100
commit959aa1b6f71fef2e6a207c944e163042bf738697 (patch)
tree4f950a63a280cd89fb11ff71eedd4dc1d268dea3 /src/lib/audio_decoder.h
parentfe4a806a8685e8f6932465e10d09723f75bfb1cb (diff)
Remove unused variable.
Diffstat (limited to 'src/lib/audio_decoder.h')
-rw-r--r--src/lib/audio_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h
index 315cd94e4..2415bd6ac 100644
--- a/src/lib/audio_decoder.h
+++ b/src/lib/audio_decoder.h
@@ -62,7 +62,6 @@ private:
/** An AudioDecoderStream object to manage each stream in _audio_content */
std::map<AudioStreamPtr, boost::shared_ptr<AudioDecoderStream> > _streams;
bool _ignore;
- bool _fast;
};
#endif