Remove non implemented function from WebRtcVideoChannel.

Bug: none
Change-Id: I5136e4dc169fc162f583487a13bf826e7e9bb858
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144521
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28490}
This commit is contained in:
philipel 2019-07-03 13:10:45 +02:00 committed by Commit Bot
parent 656590dabc
commit fdf74bdb5f

View File

@ -261,8 +261,6 @@ class WebRtcVideoChannel : public VideoMediaChannel,
ChangedRecvParameters* changed_params) const
RTC_EXCLUSIVE_LOCKS_REQUIRED(thread_checker_);
void SetMaxSendBandwidth(int bps);
void ConfigureReceiverRtp(
webrtc::VideoReceiveStream::Config* config,
webrtc::FlexfecReceiveStream::Config* flexfec_config,