Index: talk/media/base/mediachannel.h |
diff --git a/talk/media/base/mediachannel.h b/talk/media/base/mediachannel.h |
index 4911e6ee3c69b00180f7ce31c47ac7e01f4c33f8..9c9e8c4b294f6d060e8c35a3d38b79c456c52fa3 100644 |
--- a/talk/media/base/mediachannel.h |
+++ b/talk/media/base/mediachannel.h |
@@ -1140,8 +1140,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. |