From eb6fdca18bc8858bd5e85a0c2543985d01cf78e6 Mon Sep 17 00:00:00 2001 From: trav90 Date: Sat, 8 Dec 2018 16:28:34 -0600 Subject: 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. --- dom/media/moz.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'dom/media/moz.build') diff --git a/dom/media/moz.build b/dom/media/moz.build index b3db05af1..772f27b35 100644 --- a/dom/media/moz.build +++ b/dom/media/moz.build @@ -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', -- cgit v1.2.3