Index: third_party/libwebp/enc/layer.c |
diff --git a/third_party/libwebp/enc/layer.c b/third_party/libwebp/enc/layer.c |
index fa8966099430aca7d1a3298160f1f833a8a2e308..24023623598824bf40b605fdd94cf07afb8f630b 100644 |
--- a/third_party/libwebp/enc/layer.c |
+++ b/third_party/libwebp/enc/layer.c |
@@ -15,10 +15,6 @@ |
#include "./vp8enci.h" |
-#if defined(__cplusplus) || defined(c_plusplus) |
-extern "C" { |
-#endif |
- |
//------------------------------------------------------------------------------ |
void VP8EncInitLayer(VP8Encoder* const enc) { |
@@ -46,6 +42,3 @@ void VP8EncDeleteLayer(VP8Encoder* enc) { |
free(enc->layer_data_); |
} |
-#if defined(__cplusplus) || defined(c_plusplus) |
-} // extern "C" |
-#endif |