Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 4988e079d1203a2322347b0e32c297650d4c40ff..ab46d2e4683f2443e5d05765731a541ed51898d9 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -458,7 +458,6 @@ class Channel |
std::unique_ptr<ReceiveStatistics> rtp_receive_statistics_; |
std::unique_ptr<StatisticsProxy> statistics_proxy_; |
std::unique_ptr<RtpReceiver> rtp_receiver_; |
- TelephoneEventHandler* telephone_event_handler_; |
std::unique_ptr<RtpRtcp> _rtpRtcpModule; |
std::unique_ptr<AudioCodingModule> audio_coding_; |
acm2::CodecManager codec_manager_; |