diff --git a/api/video/encoded_frame.h b/api/video/encoded_frame.h index 09b05921cb..1374ea0a5e 100644 --- a/api/video/encoded_frame.h +++ b/api/video/encoded_frame.h @@ -58,9 +58,6 @@ class EncodedFrame : public webrtc::VCMEncodedFrame { bool inter_layer_predicted = false; }; -// TODO(philipel): Remove this when downstream projects have been updated. -using FrameObject = EncodedFrame; - } // namespace video_coding } // namespace webrtc