Index: webrtc/audio_receive_stream.h |
diff --git a/webrtc/audio_receive_stream.h b/webrtc/audio_receive_stream.h |
index b14ffb452eeae281dd7b1541b30154283b275834..6c8a028286358658578244067d6df2b10b983524 100644 |
--- a/webrtc/audio_receive_stream.h |
+++ b/webrtc/audio_receive_stream.h |
@@ -102,9 +102,6 @@ class AudioReceiveStream : public ReceiveStream { |
// Call::CreateReceiveStream(). |
// TODO(solenberg): Use unique_ptr<> once our std lib fully supports C++11. |
std::map<uint8_t, AudioDecoder*> decoder_map; |
- |
- // TODO(pbos): Remove config option once combined A/V BWE is always on. |
- bool combined_audio_video_bwe = false; |
}; |
virtual Stats GetStats() const = 0; |