decoder/flac: eliminate redundant FlacDecoder attributes

This commit is contained in:
Max Kellermann
2016-07-10 21:53:47 +02:00
parent 657d6edff7
commit 631baa7120
3 changed files with 9 additions and 13 deletions

View File

@@ -60,9 +60,6 @@ struct FlacDecoder : public FlacInput {
*/
FLAC__uint64 position;
Decoder &decoder;
InputStream &input_stream;
Tag tag;
FlacDecoder(Decoder &decoder, InputStream &input_stream);