summaryrefslogtreecommitdiff
path: root/media/webrtc/webrtcvideoengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/webrtcvideoengine.h')
-rw-r--r--media/webrtc/webrtcvideoengine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/media/webrtc/webrtcvideoengine.h b/media/webrtc/webrtcvideoengine.h
index ecacf1f..b818b0d 100644
--- a/media/webrtc/webrtcvideoengine.h
+++ b/media/webrtc/webrtcvideoengine.h
@@ -414,11 +414,6 @@ class WebRtcVideoMediaChannel : public talk_base::MessageHandler,
// to one send channel, i.e. the last send channel.
void MaybeDisconnectCapturer(VideoCapturer* capturer);
- // Deregister and free all the external encoders previously register to
- // |send_channel|. Also disable the external encoder factory.
- void DisableAllExternalEncoders(WebRtcVideoChannelSendInfo* send_channel,
- int channel_id);
-
// Global state.
WebRtcVideoEngine* engine_;
VoiceMediaChannel* voice_channel_;