aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/flac/decoder_flac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/flac/decoder_flac.cpp')
-rw-r--r--src/plugins/Input/flac/decoder_flac.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/Input/flac/decoder_flac.cpp b/src/plugins/Input/flac/decoder_flac.cpp
index f45b3148e..281d2053f 100644
--- a/src/plugins/Input/flac/decoder_flac.cpp
+++ b/src/plugins/Input/flac/decoder_flac.cpp
@@ -136,7 +136,6 @@ static FLAC__StreamDecoderReadStatus flac_callback_read (const FLAC__StreamDecod
}
return FLAC__STREAM_DECODER_READ_STATUS_ABORT;
-
}
static FLAC__StreamDecoderWriteStatus flac_callback_write (const FLAC__StreamDecoder *d,
@@ -270,16 +269,8 @@ DecoderFLAC::DecoderFLAC(const QString &path, QIODevice *i)
m_data = new flac_data;
m_data->decoder = nullptr;
m_data->input = i;
- m_parser = nullptr;
- length_in_bytes = 0;
- m_totalBytes = 0;
- m_sz = 0;
- m_buf = nullptr;
- m_offset = 0;
- m_track = 0;
}
-
DecoderFLAC::~DecoderFLAC()
{
deinit();