remove some obsolete TODOs

Change-Id: Ied77b2dd7e3e5bb65524c0ac7b9a3fb6585cac57
This commit is contained in:
Pascal Massimino
2016-06-01 16:23:16 +02:00
parent ae2a7222ce
commit ca8d951980
3 changed files with 1 additions and 4 deletions

View File

@ -122,7 +122,6 @@ static int EncodeAlphaInternal(const uint8_t* const data, int width, int height,
assert(method >= ALPHA_NO_COMPRESSION);
assert(method <= ALPHA_LOSSLESS_COMPRESSION);
assert(sizeof(header) == ALPHA_HEADER_LEN);
// TODO(skal): have a common function and #define's to validate alpha params.
filter_func = WebPFilters[filter];
if (filter_func != NULL) {