Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index c17962a7ec9a3289e2d5408a1f962364e1a3e470..143d6d4256ced9aed03db25b702b6346cb59e3eb 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -176,8 +176,6 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl { |
channel_->SetRemoteIceMode(mode); |
} |
- void Connect() override; |
- |
void MaybeStartGathering() override { channel_->MaybeStartGathering(); } |
IceGatheringState gathering_state() const override { |