Index: include/libyuv/scale_argb.h |
diff --git a/include/libyuv/scale_argb.h b/include/libyuv/scale_argb.h |
index 0c9b362575738cf3cce9984fc6692bc15834d380..b56cf520993763505a39b798cb589b1987bac075 100644 |
--- a/include/libyuv/scale_argb.h |
+++ b/include/libyuv/scale_argb.h |
@@ -35,7 +35,6 @@ int ARGBScaleClip(const uint8* src_argb, int src_stride_argb, |
int clip_x, int clip_y, int clip_width, int clip_height, |
enum FilterMode filtering); |
-// TODO(fbarchard): Implement this. |
// Scale with YUV conversion to ARGB and clipping. |
LIBYUV_API |
int YUVToARGBScaleClip(const uint8* src_y, int src_stride_y, |