diff --git a/api/video/encoded_image.h b/api/video/encoded_image.h index 827175dea5..3063366215 100644 --- a/api/video/encoded_image.h +++ b/api/video/encoded_image.h @@ -16,7 +16,6 @@ #include #include -#include "absl/base/attributes.h" #include "absl/types/optional.h" #include "api/rtp_packet_infos.h" #include "api/scoped_refptr.h" @@ -146,11 +145,6 @@ class RTC_EXPORT EncodedImage { return encoded_data_ ? encoded_data_->data() : nullptr; } - // TODO(bugs.webrtc.org/9378): Obsolete, delete as soon as downstream calls - // are fixed. - ABSL_DEPRECATED("") - void Retain() {} - uint32_t _encodedWidth = 0; uint32_t _encodedHeight = 0; // NTP time of the capture time in local timebase in milliseconds.