| Index: talk/media/base/mediachannel.h
|
| diff --git a/talk/media/base/mediachannel.h b/talk/media/base/mediachannel.h
|
| index cfeb2d8c919c9cea16f80f0c75d69a9984cf35b1..d2ce4aa572920c039df7eefcfc44dff49f7ee76d 100644
|
| --- a/talk/media/base/mediachannel.h
|
| +++ b/talk/media/base/mediachannel.h
|
| @@ -1190,8 +1190,6 @@ class VideoMediaChannel : public MediaChannel {
|
| virtual bool GetSendCodec(VideoCodec* send_codec) = 0;
|
| // Sets the format of a specified outgoing stream.
|
| virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) = 0;
|
| - // Starts or stops playout of received video.
|
| - virtual bool SetRender(bool render) = 0;
|
| // Starts or stops transmission (and potentially capture) of local video.
|
| virtual bool SetSend(bool send) = 0;
|
| // Configure stream for sending.
|
|
|