Index: webrtc/modules/video_coding/codec_database.h |
diff --git a/webrtc/modules/video_coding/codec_database.h b/webrtc/modules/video_coding/codec_database.h |
index 5f8656df8d82f2179a3fe5a752f98e3b6646b0f4..4032558eacf99f63100c83524522916d794f1f82 100644 |
--- a/webrtc/modules/video_coding/codec_database.h |
+++ b/webrtc/modules/video_coding/codec_database.h |
@@ -47,10 +47,6 @@ class VCMCodecDataBase { |
explicit VCMCodecDataBase(VCMEncodedFrameCallback* encoded_frame_callback); |
~VCMCodecDataBase(); |
- // Sender Side |
- // Returns the default settings for the codec with type |codec_type|. |
- static void Codec(VideoCodecType codec_type, VideoCodec* settings); |
- |
// Sets the sender side codec and initiates the desired codec given the |
// VideoCodec struct. |
// Returns true if the codec was successfully registered, false otherwise. |