Index: webrtc/pc/channelmanager.cc |
diff --git a/webrtc/pc/channelmanager.cc b/webrtc/pc/channelmanager.cc |
index ca8471d05c543d9f3372a0bf2d6f7b9e3e765b85..d7409846e55772076444de51006d5b195b85f953 100644 |
--- a/webrtc/pc/channelmanager.cc |
+++ b/webrtc/pc/channelmanager.cc |
@@ -86,7 +86,6 @@ void ChannelManager::Construct(MediaEngineInterface* me, |
main_thread_ = rtc::Thread::Current(); |
worker_thread_ = worker_thread; |
audio_output_volume_ = kNotSetOutputVolume; |
- local_renderer_ = NULL; |
capturing_ = false; |
enable_rtx_ = false; |