diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h index f994bdabd1..5dca31804d 100644 --- a/webrtc/pc/channel.h +++ b/webrtc/pc/channel.h @@ -498,8 +498,6 @@ class VideoChannel : public BaseChannel { } bool SetSink(uint32_t ssrc, rtc::VideoSinkInterface* sink); - void SetSource(uint32_t ssrc, - rtc::VideoSourceInterface* source); // Get statistics about the current media session. bool GetStats(VideoMediaInfo* stats);