Index: third_party/libwebp/utils/quant_levels.c |
diff --git a/third_party/libwebp/utils/quant_levels.c b/third_party/libwebp/utils/quant_levels.c |
index f6884392aa733c43f3fc837284e7b803a27f561d..649aae655be8ed655ed00225d05bcc6e0b194476 100644 |
--- a/third_party/libwebp/utils/quant_levels.c |
+++ b/third_party/libwebp/utils/quant_levels.c |
@@ -140,15 +140,6 @@ int QuantizeLevels(uint8_t* const data, int width, int height, |
return 1; |
} |
-int DequantizeLevels(uint8_t* const data, int width, int height) { |
- if (data == NULL || width <= 0 || height <= 0) return 0; |
- // TODO(skal): implement gradient smoothing. |
- (void)data; |
- (void)width; |
- (void)height; |
- return 1; |
-} |
- |
#if defined(__cplusplus) || defined(c_plusplus) |
} // extern "C" |
#endif |