| Index: webrtc/pc/channel.h
|
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
|
| index f994bdabd18d3e9967316abf3ff35fa0c1808da4..5dca31804d6679eba5e503c90633f2af16ef27e5 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<VideoFrame>* sink);
|
| - void SetSource(uint32_t ssrc,
|
| - rtc::VideoSourceInterface<cricket::VideoFrame>* source);
|
| // Get statistics about the current media session.
|
| bool GetStats(VideoMediaInfo* stats);
|
|
|
|
|