diff --git a/api/video/video_frame.h b/api/video/video_frame.h index 0299123a7a..086aad820f 100644 --- a/api/video/video_frame.h +++ b/api/video/video_frame.h @@ -172,10 +172,6 @@ class RTC_EXPORT VideoFrame { // Get frame timestamp (90kHz). uint32_t timestamp() const { return timestamp_rtp_; } - [[deprecated("Use timestamp()")]] uint32_t transport_frame_id() const { - return timestamp(); - } - // Set capture ntp time in milliseconds. void set_ntp_time_ms(int64_t ntp_time_ms) { ntp_time_ms_ = ntp_time_ms; }