Removing obsolete method from channel.h.

This was just glossed over accidentally in a previous CL.

TBR=pthatcher@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2062893002
Cr-Commit-Position: refs/heads/master@{#13114}
This commit is contained in:
deadbeef 2016-06-13 10:49:11 -07:00 committed by Commit bot
parent abfdb53f6d
commit 63797930be

View File

@ -498,8 +498,6 @@ class VideoChannel : public BaseChannel {
}
bool SetSink(uint32_t ssrc, rtc::VideoSinkInterface<VideoFrame>* sink);
void SetSource(uint32_t ssrc,
rtc::VideoSourceInterface<cricket::VideoFrame>* source);
// Get statistics about the current media session.
bool GetStats(VideoMediaInfo* stats);