diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/noise_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/noise_status.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipa/raspberrypi/controller/noise_status.h b/src/ipa/raspberrypi/controller/noise_status.h index 689beed3..843260f0 100644 --- a/src/ipa/raspberrypi/controller/noise_status.h +++ b/src/ipa/raspberrypi/controller/noise_status.h @@ -8,15 +8,7 @@ /* The "noise" algorithm stores an estimate of the noise profile for this image. */ -#ifdef __cplusplus -extern "C" { -#endif - struct NoiseStatus { double noiseConstant; double noiseSlope; }; - -#ifdef __cplusplus -} -#endif |