Bug 1266644 - Remove unused codes. r=jesup r=pehrsons

MozReview-Commit-ID: 4Ib1qWhoBw3
This commit is contained in:
ctai 2016-04-25 11:54:54 +08:00
Родитель 8fcb64e480
Коммит e22bc567de
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -1078,16 +1078,6 @@ public:
friend class MediaStreamGraphImpl;
protected:
struct ThreadAndRunnable {
void Init(TaskQueue* aTarget, nsIRunnable* aRunnable)
{
mTarget = aTarget;
mRunnable = aRunnable;
}
RefPtr<TaskQueue> mTarget;
nsCOMPtr<nsIRunnable> mRunnable;
};
enum TrackCommands {
TRACK_CREATE = MediaStreamListener::TRACK_EVENT_CREATED,
TRACK_END = MediaStreamListener::TRACK_EVENT_ENDED
@ -1455,7 +1445,6 @@ public:
// IdealAudioBlockSize()/AudioStream::PreferredSampleRate(). A stream that
// never blocks and has a track with the ideal audio rate will produce audio
// in multiples of the block size.
//
// Initializing an graph that outputs audio can be quite long on some
// platforms. Code that want to output audio at some point can express the