aboutsummaryrefslogtreecommitdiff
path: root/webrtc/call.h
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-07 12:27:22 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-07 12:27:22 +0000
commit39669c5c8fd71c99b5f8e2015f09d178d866ff47 (patch)
treea2c272749c079a844b406d534b9dfb1b6ee220bb /webrtc/call.h
parentccd42840bcee8db145be91b3308912a24f710a6f (diff)
downloadwebrtc-39669c5c8fd71c99b5f8e2015f09d178d866ff47.tar.gz
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
Diffstat (limited to 'webrtc/call.h')
-rw-r--r--webrtc/call.h3
1 files changed, 0 insertions, 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;