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:
parent
abfdb53f6d
commit
63797930be
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user