From 2fd947fb210b4138e0ddf2c146f1eeb976ae7d95 Mon Sep 17 00:00:00 2001 From: "mikhal@webrtc.org" Date: Wed, 16 Jan 2013 18:50:35 +0000 Subject: [PATCH] Removing outdated comment Review URL: https://webrtc-codereview.appspot.com/1025007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3376 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/video_engine/include/vie_rtp_rtcp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/video_engine/include/vie_rtp_rtcp.h b/webrtc/video_engine/include/vie_rtp_rtcp.h index aa0c466a20..73b444a1bd 100644 --- a/webrtc/video_engine/include/vie_rtp_rtcp.h +++ b/webrtc/video_engine/include/vie_rtp_rtcp.h @@ -231,8 +231,6 @@ class WEBRTC_DLLEXPORT ViERTP_RTCP { // Enables transmission smoothening, i.e. packets belonging to the same frame // will be sent over a longer period of time instead of sending them // back-to-back. - // NOTE: This is still experimental functionality. - // TODO(mflodman) Remove this note when BUG=818 is closed. virtual int SetTransmissionSmoothingStatus(int video_channel, bool enable) = 0;