| 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 42c7245d36159d86c180a859e2631d48291dcf57..d7c8aab92212394b01a9a359b67ea15e93254fd0 100644
|
| --- a/third_party/libwebp/utils/quant_levels.c
|
| +++ b/third_party/libwebp/utils/quant_levels.c
|
| @@ -16,10 +16,6 @@
|
|
|
| #include "./quant_levels.h"
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| -extern "C" {
|
| -#endif
|
| -
|
| #define NUM_SYMBOLS 256
|
|
|
| #define MAX_ITER 6 // Maximum number of convergence steps.
|
| @@ -142,6 +138,3 @@ int QuantizeLevels(uint8_t* const data, int width, int height,
|
| return 1;
|
| }
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| -} // extern "C"
|
| -#endif
|
|
|