Index: webrtc/modules/video_coding/video_coding_impl.h |
diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h |
index e9d7abc9694751e18c468b31763f54bf093d193e..f1e64aa24c196a568a200832c776990dd16ab320 100644 |
--- a/webrtc/modules/video_coding/video_coding_impl.h |
+++ b/webrtc/modules/video_coding/video_coding_impl.h |
@@ -79,9 +79,6 @@ class VideoSender { |
uint8_t lossRate, |
int64_t rtt); |
- // Deprecated. Use |post_encode_callback| instead. |
- // TODO(perkj): Remove once |OnEncoderImplementationName| is not used. |
- int32_t RegisterTransportCallback(VCMPacketizationCallback* transport); |
int32_t RegisterSendStatisticsCallback(VCMSendStatisticsCallback* sendStats); |
int32_t RegisterProtectionCallback(VCMProtectionCallback* protection); |
void SetVideoProtection(VCMVideoProtection videoProtection); |