Remove the old MP3FrameParser

All former users of the old MP3 parsing code are gone, so we can now just remove the parser itself as well.
This commit is contained in:
trav90 2018-12-08 16:28:34 -06:00 • committed by Roy Tam
commit eae0de2b3f
3 changed files with 0 additions and 812 deletions

View file

@ -127,7 +127,6 @@ EXPORTS += [
'MediaTrackList.h',
'MP3Decoder.h',
'MP3Demuxer.h',
'MP3FrameParser.h',
'NextFrameSeekTask.h',
'nsIDocumentActivity.h',
'PrincipalChangeObserver.h',
@ -236,7 +235,6 @@ UNIFIED_SOURCES += [
'MediaTrackList.cpp',
'MP3Decoder.cpp',
'MP3Demuxer.cpp',
'MP3FrameParser.cpp',
'NextFrameSeekTask.cpp',
'QueueObject.cpp',
'SeekJob.cpp',