Chromium Code Reviews| Index: webrtc/pc/rtpreceiver.cc |
| diff --git a/webrtc/pc/rtpreceiver.cc b/webrtc/pc/rtpreceiver.cc |
| index 96974ee9f74002ce998f4a6c1dc45a26e4081cd9..6073b15a9739872fa89fbdb212722d35238e6519 100644 |
| --- a/webrtc/pc/rtpreceiver.cc |
| +++ b/webrtc/pc/rtpreceiver.cc |
| @@ -95,10 +95,6 @@ |
| channel_->SetOutputVolume(ssrc_, 0); |
| } |
| stopped_ = true; |
| -} |
| - |
| -std::vector<RtpSource> AudioRtpReceiver::GetSources() const { |
| - return channel_->GetSources(ssrc_); |
| } |
| void AudioRtpReceiver::Reconfigure() { |