drop: ifdef __cplusplus checks from C files

the prototypes are already marked in the headers

Change-Id: I172fe742200c939ca32a70a2299809b8baf9b094
This commit is contained in:
James Zern
2013-11-25 14:38:57 -08:00
parent f64535591c
commit 5227d99146
55 changed files with 0 additions and 385 deletions

View File

@ -14,10 +14,6 @@
#include "./dsp.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
#if defined(WEBP_USE_SSE2)
// The 3-coeff sparse transform in SSE2 is not really faster than the plain-C
@ -958,6 +954,3 @@ void VP8DspInitSSE2(void) {
#endif // WEBP_USE_SSE2
}
#if defined(__cplusplus) || defined(c_plusplus)
} // extern "C"
#endif