diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/contrast_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/contrast_status.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/contrast_status.h b/src/ipa/raspberrypi/controller/contrast_status.h index 5eb084f7..88152575 100644 --- a/src/ipa/raspberrypi/controller/contrast_status.h +++ b/src/ipa/raspberrypi/controller/contrast_status.h @@ -11,10 +11,6 @@ * of contrast stretching based on the AGC histogram. */ -#ifdef __cplusplus -extern "C" { -#endif - #define CONTRAST_NUM_POINTS 33 struct ContrastPoint { @@ -27,7 +23,3 @@ struct ContrastStatus { double brightness; double contrast; }; - -#ifdef __cplusplus -} -#endif |