mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
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:
parent
0f8e1d95d0
commit
eae0de2b3f
3 changed files with 0 additions and 812 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue