From: Jim Bankoski Date: Tue, 1 Oct 2013 22:17:39 +0000 (-0700) Subject: vp9_block.h cpplint issues resolved X-Git-Tag: v1.3.0~337^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5491a1f33ee45e2aa3bf4e1dd843096c9c58f51a;p=libvpx vp9_block.h cpplint issues resolved Change-Id: Icc6a76a5be77f3e19918155bab3998e0aa32ccf5 --- diff --git a/vp9/encoder/vp9_block.h b/vp9/encoder/vp9_block.h index 5a0d746c8..2e28a2ed8 100644 --- a/vp9/encoder/vp9_block.h +++ b/vp9/encoder/vp9_block.h @@ -30,7 +30,6 @@ typedef struct { } PARTITION_INFO; // Structure to hold snapshot of coding context during the mode picking process -// TODO Do we need all of these? typedef struct { MODE_INFO mic; PARTITION_INFO partition_info;