Remove stop method from VideoTrackSourceInterface.

This method is no longer needed.

Follow-up on CL: https://codereview.webrtc.org/2306013002/

Review-Url: https://codereview.webrtc.org/2312603003
Cr-Commit-Position: refs/heads/master@{#14085}
This commit is contained in:
sakal
2016-09-06 02:25:08 -07:00
committed by Commit bot
parent c928453fd0
commit 859e86107d
5 changed files with 2 additions and 11 deletions

View File

@ -106,8 +106,6 @@ class VideoTrackSourceInterface
int input_height;
};
virtual void Stop() = 0;
// Indicates that parameters suitable for screencasts should be automatically
// applied to RtpSenders.
// TODO(perkj): Remove these once all known applications have moved to