From 39669c5c8fd71c99b5f8e2015f09d178d866ff47 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Tue, 7 Jan 2014 12:27:22 +0000 Subject: [PATCH] Remove outdated DestroyVideoSendStream comment. BUG= R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6419004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5345 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/call.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/webrtc/call.h b/webrtc/call.h index febb8f3bbf..efc65f0cd9 100644 --- a/webrtc/call.h +++ b/webrtc/call.h @@ -69,9 +69,6 @@ class Call { virtual VideoSendStream* CreateVideoSendStream( const VideoSendStream::Config& config) = 0; - // Returns the internal state of the send stream, for resume sending with a - // new stream with different settings. - // Note: Only the last returned send-stream state is valid. virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0; virtual VideoReceiveStream::Config GetDefaultReceiveConfig() = 0;