From 63797930be9121d22ed172cc8fb709475baba97a Mon Sep 17 00:00:00 2001 From: deadbeef Date: Mon, 13 Jun 2016 10:49:11 -0700 Subject: [PATCH] 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} --- webrtc/pc/channel.h | 2 -- 1 file changed, 2 deletions(-) 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);