diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/agc_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/agc_status.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/agc_status.h b/src/ipa/raspberrypi/controller/agc_status.h index 9d184a15..c7b7c1b2 100644 --- a/src/ipa/raspberrypi/controller/agc_status.h +++ b/src/ipa/raspberrypi/controller/agc_status.h @@ -13,10 +13,6 @@ * "agc.status" metadata. */ -#ifdef __cplusplus -extern "C" { -#endif - /* * Note: total_exposure_value will be reported as zero until the algorithm has * seen statistics and calculated meaningful values. The contents should be @@ -39,7 +35,3 @@ struct AgcStatus { double digitalGain; int locked; }; - -#ifdef __cplusplus -} -#endif |