From 2bff5436f43e2704e482afb197b3467a46c32280 Mon Sep 17 00:00:00 2001 From: Sebastian Jansson Date: Wed, 17 Oct 2018 13:10:44 +0200 Subject: [PATCH] Removes undefined declarations in channel.h. Bug: webrtc:9883 Change-Id: Ib49a407ee6919b879ee0073c1d9a97419c975130 Reviewed-on: https://webrtc-review.googlesource.com/c/106700 Commit-Queue: Steve Anton Reviewed-by: Steve Anton Cr-Commit-Position: refs/heads/master@{#25234} --- pc/channel.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/pc/channel.h b/pc/channel.h index 535f64ee68..c7a842e13b 100644 --- a/pc/channel.h +++ b/pc/channel.h @@ -351,9 +351,6 @@ class VoiceChannel : public BaseChannel { return static_cast(BaseChannel::media_channel()); } - webrtc::RtpParameters GetRtpSendParameters_w(uint32_t ssrc) const; - webrtc::RTCError SetRtpSendParameters_w(uint32_t ssrc, - webrtc::RtpParameters parameters); cricket::MediaType media_type() override { return cricket::MEDIA_TYPE_AUDIO; } private: