diff options
-rw-r--r-- | sound/decoders/mp3.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/decoders/mp3.cpp b/sound/decoders/mp3.cpp index 378f77dac0..3d183dc403 100644 --- a/sound/decoders/mp3.cpp +++ b/sound/decoders/mp3.cpp @@ -146,9 +146,6 @@ void MP3InputStream::decodeMP3Data() { readMP3Data(); while (_state == MP3_STATE_READY) { - // TODO: Do we need to use readHeader, when we do not do any seeking here? - readHeader(); - // Decode the next frame if (mad_frame_decode(&_frame, &_stream) == -1) { if (_stream.error == MAD_ERROR_BUFLEN) { |