| Index: third_party/libwebp/dec/layer.c
|
| diff --git a/third_party/libwebp/dec/layer.c b/third_party/libwebp/dec/layer.c
|
| index 9a4b2d9032de0d3fbf240ec340911e0cf692f0bf..dacb9e23cd3553e2cb78ccb3de1cc3339caa46d3 100644
|
| --- a/third_party/libwebp/dec/layer.c
|
| +++ b/third_party/libwebp/dec/layer.c
|
| @@ -16,10 +16,6 @@
|
|
|
| #include "./vp8i.h"
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| -extern "C" {
|
| -#endif
|
| -
|
| //------------------------------------------------------------------------------
|
|
|
| int VP8DecodeLayer(VP8Decoder* const dec) {
|
| @@ -32,6 +28,3 @@ int VP8DecodeLayer(VP8Decoder* const dec) {
|
| return 1;
|
| }
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| -} // extern "C"
|
| -#endif
|
|
|