diff --git a/api/video/video_timing.h b/api/video/video_timing.h index 698477a81a..c4e1f938cc 100644 --- a/api/video/video_timing.h +++ b/api/video/video_timing.h @@ -124,9 +124,6 @@ struct VideoPlayoutDelay { } }; -// TODO(bugs.webrtc.org/7660): Old name, delete after downstream use is updated. -using PlayoutDelay = VideoPlayoutDelay; - } // namespace webrtc #endif // API_VIDEO_VIDEO_TIMING_H_