summaryrefslogtreecommitdiff
path: root/media/webrtc/webrtcvideoengine2.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/webrtcvideoengine2.h')
-rw-r--r--media/webrtc/webrtcvideoengine2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/media/webrtc/webrtcvideoengine2.h b/media/webrtc/webrtcvideoengine2.h
index c961bd5..dbd3990 100644
--- a/media/webrtc/webrtcvideoengine2.h
+++ b/media/webrtc/webrtcvideoengine2.h
@@ -161,11 +161,6 @@ class WebRtcVideoEngine2 : public sigslot::has_slots<> {
// Set the VoiceEngine for A/V sync. This can only be called before Init.
bool SetVoiceEngine(WebRtcVoiceEngine* voice_engine);
- // Functions called by WebRtcVideoChannel2.
- const VideoFormat& default_codec_format() const {
- return default_codec_format_;
- }
-
bool FindCodec(const VideoCodec& in);
bool CanSendCodec(const VideoCodec& in,
const VideoCodec& current,