Index: webrtc/modules/video_coding/include/video_coding.h |
diff --git a/webrtc/modules/video_coding/include/video_coding.h b/webrtc/modules/video_coding/include/video_coding.h |
index 531f45a87ad798a8e5f227d75c5bffbe3791cb82..93220a27e84ef40f047bd651509aef3eddf666f2 100644 |
--- a/webrtc/modules/video_coding/include/video_coding.h |
+++ b/webrtc/modules/video_coding/include/video_coding.h |
@@ -74,16 +74,6 @@ class VideoCodingModule : public Module { |
// DEPRECATED. |
static VideoCodingModule* Create(Clock* clock, EventFactory* event_factory); |
- // Get supported codec settings using codec type |
- // |
- // Input: |
- // - codecType : The codec type to get settings for |
- // - codec : Memory where the codec settings will be stored |
- // |
- // Return value : VCM_OK, on success |
- // VCM_PARAMETER_ERROR if codec not supported |
- static void Codec(VideoCodecType codecType, VideoCodec* codec); |
- |
/* |
* Sender |
*/ |