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
This commit is contained in:
mikhal@webrtc.org 2013-01-16 18:50:35 +00:00
parent 14d1898bf9
commit 2fd947fb21

View File

@ -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;